cline.h

Thu, 20 Oct 2011 14:13:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Oct 2011 14:13:56 +0200
changeset 20
43725438ac50
parent 14
ee9333c91dda
child 22
4508da679ffb
permissions
-rw-r--r--

Changed author comments + added signatures for upcomming bfile heuristics

/*
 * 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