functions.h

Sat, 02 Jul 2011 17:43:20 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 02 Jul 2011 17:43:20 +0200
changeset 9
1dd63a32ffc4
parent 8
28319b20968c
permissions
-rw-r--r--

fixed pointer fail

#ifndef _CLINE_FUNCTIONS_H
#define _CLINE_FUNCTIONS_H

#ifdef _cplusplus
extern "C" {
#endif

int checkArgument(const char*, const char*);
bool registerArgument(int*, int);
bool testSuffix(char* filename, settings_t* settings);
int scanDirectory(DIR *dir, const int spaces,
                  char* currdir, settings_t* settings);

#ifdef _cplusplus
}
#endif 
                  
#endif /* _CLINE_FUNCTIONS_H */

mercurial