This is an omnibus commit which moves the Citadel Server from crusty old GNU Autotool...
[citadel.git] / citadel / server / modules / ctdlproto / files.h
1 #ifndef FILE_OPS_H
2 #define FILE_OPS_H
3
4 #include "context.h"
5
6 void OpenCmdResult (char *, const char *);
7 void abort_upl (CitContext *who);
8
9
10 #endif /* FILE_OPS_H */