summaryrefslogtreecommitdiffstats
path: root/src/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.h')
-rw-r--r--src/lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib.h b/src/lib.h
index 005a330..ea24cdc 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -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 */