aboutsummaryrefslogtreecommitdiff
path: root/generic-conf.h
blob: 41dbeea026580c3c729cc767abba3339595a877b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef GENERIC_CONF_H
#define GENERIC_CONF_H

#include "buffer.h"

extern void init(const char *,const char *);

extern void makedir(const char *);

extern void start(const char *);
extern void outs(const char *);
extern void out(const char *,unsigned int);
extern void copyfrom(buffer *);
extern void finish(void);

extern void perm(int);
extern void owner(int,int);
extern void makelog(const char *,int,int);

#endif