functions.h

Thu, 26 May 2011 14:39:52 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 26 May 2011 14:39:52 +0200
changeset 3
510d6b198dde
parent 1
v2.h@34a5e235d16e
child 4
c3acfb3b4957
permissions
-rw-r--r--

Moved some functions to functions.c
Replaced static variables by settings_t type

universe@3 1 #ifndef _CLINE_FUNCTIONS_H
universe@3 2 #define _CLINE_FUNCTIONS_H
universe@1 3
universe@1 4 int checkArgument(const char*, const char*);
universe@3 5 bool testSuffix(char* filename, settings_t* settings);
universe@3 6 int scanDirectory(DIR *dir, const int spaces,
universe@3 7 char* currdir, settings_t* settings);
universe@1 8
universe@1 9 #endif /* V2_H */

mercurial