diff options
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #ifndef __LIB_H #define __LIB_H -int collect_library(char *** lib, char * argv[], int argc, int optind); +int collect_library(char *** lib, + char * argv[], int argc, int optind, + char includes[][2048], int includes_n); void free_library(char ** lib, int n); #endif /* __LIB_H */ |