rfa.h
来自「ftam等标准协议服务器和客户端的源代码。」· C头文件 代码 · 共 81 行
H
81 行
/* * RFA - Remote File Access * * Access and Management for a partial file system tree that exists * at two sites either as master files or slave files * * rfa.h : common definitions for RFA * * Contributed by Oliver Wenzel, GMD Berlin, 1990 * * $Header: /xtel/isode/isode/others/rfa/RCS/rfa.h,v 9.0 1992/06/16 12:47:25 isode Rel $ * * $Log: rfa.h,v $ * Revision 9.0 1992/06/16 12:47:25 isode * Release 8.0 * *//* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */#include "config.h"#ifndef OK#define OK 0#define NOTOK 1#endif#define NOTOK_LOCAL_LOCK 2#define NOTOK_LOCAL_ERROR 3#define NOTOK_REMOTE_ERROR 4#define NOTOK_LOCKED 5#define NOTOK_FILEACCESS 6#define NOTOK_NOTREGULAR 7#define NOTOK_GETMASTER 8#define NOTOK_OUTOFSUBTREE 9#define NOTOK_NOTLOCKED 10#define NOTOK_ALREADY_SLAVE 11#define NOTOK_ALREADY_MASTER 12#define NOTOK_ALREADY_UNREG 13#define NOTOK_REMOTE_NOT_MASTER 14#define NOTOK_REMOTE_MASTER_OLDER 15#define NOTOK_UNREG_LOCAL_FILE 16#define NOTOK_IS_SLAVE 17#define NOTOK_SYS 18#define NOTOK_INCONSISTENCY 19#define NOTOK_NOT_ALLOWED 20extern char *makeFN2();extern char *makeFN();extern char *basename();extern char *dirname();extern char *expandSymLinks();extern char *realPath(), *realPath3();extern char rfaErrStr[];extern char *errMsg();/*--- tailor variables ---*/extern int default_transfer;extern int doChown;extern int doChgrp;extern int doChmod;extern int doClearSUID;extern int doRmWidows;extern int doRfaExec;extern int timeSlave;extern int compLimit;extern char *passwd;extern char *user;extern char *host;extern int backup;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?