--- pgp/src/config.h 2018/04/24 16:39:38 1.1.1.1 +++ pgp/src/config.h 2018/04/24 16:45:51 1.1.1.4 @@ -1,11 +1,11 @@ -#ifndef CONFIGP_H -#define CONFIGP_H - -/* The types of input we can expect */ - -typedef enum { BOOL, NUMERIC, STRING } INPUT_TYPE; - -extern int processConfigLine( char *option ); -extern int processConfigFile( char *configFileName ); - -#endif /* ifndef CONFIGP_H */ +#ifndef CONFIGP_H +#define CONFIGP_H + +/* The types of input we can expect */ + +typedef enum { BOOL, NUMERIC, STRING } INPUT_TYPE; + +extern int processConfigLine( char *option ); +extern int processConfigFile( char *configFileName ); + +#endif /* ifndef CONFIGP_H */