fix some gcc warnings
parent
ebcf9189b1
commit
41c2be9461
@ -0,0 +1,7 @@
|
||||
#ifndef PATH_H
|
||||
#define PATH_H
|
||||
|
||||
char *path_search(char *name, char *mode, char *path);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue