djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
generic-conf.h
Go to the documentation of this file.
1#ifndef GENERIC_CONF_H
2#define GENERIC_CONF_H
3
4#include "buffer.h"
5
6extern void init(const char *,const char *);
7
8extern void makedir(const char *);
9
10extern void start(const char *);
11extern void outs(const char *);
12extern void out(const char *,unsigned int);
13extern void copyfrom(buffer *);
14extern void finish(void);
15
16extern void perm(int);
17extern void owner(int,int);
18extern void makelog(const char *,int,int);
19
20#endif
void out(const char *, unsigned int)
void makedir(const char *)
void owner(int, int)
void finish(void)
void perm(int)
void outs(const char *)
void copyfrom(buffer *)
void makelog(const char *, int, int)
void start(const char *)
void init(const char *, const char *)