cline.h

Sun, 06 Nov 2011 20:12:55 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 06 Nov 2011 20:12:55 +0100
changeset 24
3963e8800a12
parent 22
4508da679ffb
permissions
-rw-r--r--

replaced stricmp with strcasecmp to stay standard compliant

/*
 * cline.h
 *
 *  Created on: 23.05.2011
 *      Author: Mike
 */

#ifndef CLINE_H_
#define CLINE_H_

const char* VERSION=""; /* will be replaced by makefile */

#include "stdinc.h"
#include "settings.h"

#ifdef _cplusplus
extern "C" {
#endif

void printHelpText();
int exit_with_version(settings_t*);
int exit_with_help(settings_t*, int);

#ifdef _cplusplus
}
#endif

#endif /* CLINE_H_ */

mercurial