This commit is contained in:
parent
61378d315b
commit
110a170af4
5 changed files with 41 additions and 2 deletions
|
|
@ -46,5 +46,9 @@ int action_seed(int argc, char** argv);
|
|||
|
||||
/* util.c */
|
||||
char* u_strvacat(const char* str, ...);
|
||||
char* u_strdup(const char* str);
|
||||
|
||||
/* process.c */
|
||||
void process(const char* out, const char* full);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue