functions.h

Mon, 30 May 2011 08:45:08 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 30 May 2011 08:45:08 +0200
changeset 8
28319b20968c
parent 4
c3acfb3b4957
permissions
-rw-r--r--

encapsulated common operations

     1 #ifndef _CLINE_FUNCTIONS_H
     2 #define _CLINE_FUNCTIONS_H
     4 #ifdef _cplusplus
     5 extern "C" {
     6 #endif
     8 int checkArgument(const char*, const char*);
     9 bool registerArgument(int*, int);
    10 bool testSuffix(char* filename, settings_t* settings);
    11 int scanDirectory(DIR *dir, const int spaces,
    12                   char* currdir, settings_t* settings);
    14 #ifdef _cplusplus
    15 }
    16 #endif 
    18 #endif /* _CLINE_FUNCTIONS_H */

mercurial