EVENT: we memset the context, remember & re-set the ID so we can find the earlier...
[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 */