scanner.h

changeset 34
fa9bda32de17
parent 33
1a2d7298bc82
child 35
35120de6ee53
--- a/scanner.h	Tue Oct 02 10:49:25 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-/*
- * scanner.h
- *
- *  Created on: 23.05.2011
- *      Author: Mike
- */
-
-#ifndef SCANNER_H_
-#define SCANNER_H_
-
-#include "stdinc.h"
-#include "settings.h"
-
-typedef struct {
-  char *dir;
-  int spaces;
-} scanner_t;
-
-#ifdef _cplusplus
-extern "C" {
-#endif
-
-int scanDirectory(scanner_t scanner, settings_t* settings);
-
-#ifdef _cplusplus
-}
-#endif 
-                  
-#endif /* SCANNER_H_ */

mercurial