git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Первичная реализация новой схемы сохранения файлов
[stg.git]
/
stglibs
/
script_executer.lib
/
script_executer.h
1
#ifndef SCRIPT_EXECUTER_H
2
#define SCRIPT_EXECUTER_H
3
4
#include <string>
5
#include <sys/types.h>
6
7
int ScriptExec(const std::string & str);
8
void Executer(int msgKey, int msgID, pid_t pid, char * procName);
9
10
#endif //SCRIPT_EXECUTER_H
11
12