scanner.h

changeset 34
fa9bda32de17
parent 33
1a2d7298bc82
child 35
35120de6ee53
     1.1 --- a/scanner.h	Tue Oct 02 10:49:25 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,29 +0,0 @@
     1.4 -/*
     1.5 - * scanner.h
     1.6 - *
     1.7 - *  Created on: 23.05.2011
     1.8 - *      Author: Mike
     1.9 - */
    1.10 -
    1.11 -#ifndef SCANNER_H_
    1.12 -#define SCANNER_H_
    1.13 -
    1.14 -#include "stdinc.h"
    1.15 -#include "settings.h"
    1.16 -
    1.17 -typedef struct {
    1.18 -  char *dir;
    1.19 -  int spaces;
    1.20 -} scanner_t;
    1.21 -
    1.22 -#ifdef _cplusplus
    1.23 -extern "C" {
    1.24 -#endif
    1.25 -
    1.26 -int scanDirectory(scanner_t scanner, settings_t* settings);
    1.27 -
    1.28 -#ifdef _cplusplus
    1.29 -}
    1.30 -#endif 
    1.31 -                  
    1.32 -#endif /* SCANNER_H_ */

mercurial