summaryrefslogtreecommitdiffstats
path: root/src/lib.h
blob: 005a330d7ebe85c95ec2fd52007a43d137176da7 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __LIB_H
#define __LIB_H

int collect_library(char *** lib, char * argv[], int argc, int optind);
void free_library(char ** lib, int n);

#endif /* __LIB_H */