blob: 62467877b9741915de90362fc433294cf7714c55 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef MAIN_H_INCLUDED
#define MAIN_H_INCLUDED
#include <stdint.h> /* int64_t*/
void myfunct(int line, int linelen, char *section, int sectionlen, char *param, int paramlen, char *value, int valuelen, char *comment, int commentlen, char *error, int errorlen );
#endif /* MAIN_H_INCLUDED */
|