arguments.h

Thu, 09 Feb 2012 15:56:18 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 09 Feb 2012 15:56:18 +0100
changeset 30
d642fdb6745e
parent 20
43725438ac50
permissions
-rw-r--r--

allow parallel use of -s and -S

/*
 * arguments.h
 *
 *  Created on: 15.09.2011
 *      Author: Mike
 */

#ifndef ARGUMENTS_H_
#define ARGUMENTS_H_

#include "stdinc.h"
#include "string_list.h"

#ifdef _cplusplus
extern "C" {
#endif

int checkArgument(const char*, const char*);
bool checkParamOpt(int*);
bool registerArgument(int*, int);
void parseCSL(char*, string_list_t*);

#ifdef _cplusplus
}
#endif

#endif /* ARGUMENTS_H_ */

mercurial