mess822x 1.23
mess822x
Loading...
Searching...
No Matches
rwhconfig.h
Go to the documentation of this file.
1#ifndef RWHCONFIG_H
2#define RWHCONFIG_H
3
4// #include "strerr.h"
5#include "stralloc.h"
6
7// extern struct strerr rwhconfig_err;
8extern int rwhconfig(config_str *,stralloc *);
9
10#endif
int rwhconfig(config_str *, stralloc *)
Definition: rwhconfig.c:25