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

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

mercurial