NTTList: move into networking module
[citadel.git] / citadel / file_ops.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 */