]> code.citadel.org Git - citadel.git/blob - citadel/file_ops.h
MacOS-X Port: oops, we didn't go the way of including some sub-macro...
[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 */