fix crash when specifying --source on command line
[rofl0r-gnuboy.git] / path.h
blobb85dac728c9465de6a80dde2b9d4eaf4f3a7fc00
1 #ifndef PATH_H
2 #define PATH_H
4 char *path_search(char *name, char *mode, char *path);
6 #endif