summaryrefslogtreecommitdiff
path: root/libs.h
blob: 977665c1dd1aca6f05d375b65034f75e679812bf (plain)
1
2
3
4
5
6
7
#ifndef LIBS_H
#define LIBS_H

void addlibdir(char *path, int commandline);
char *findlib(const char *lib);

#endif