Codebase list citadel / upstream/8.12 file_ops.h
upstream/8.12

Tree @upstream/8.12 (Download .tar.gz)

file_ops.h @upstream/8.12raw · history · blame

#ifndef FILE_OPS_H
#define FILE_OPS_H

#include "context.h"

void OpenCmdResult (char *, const char *);
void abort_upl (CitContext *who);


#endif /* FILE_OPS_H */