cline.h

Tue, 02 Oct 2012 10:49:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 02 Oct 2012 10:49:25 +0200
changeset 33
1a2d7298bc82
parent 22
4508da679ffb
permissions
-rw-r--r--

added multi-directory support

fixed parser bug in directory parser locking argument number 1024

fixed freed memory access on settings structure

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