recovery.h

来自「open arj source」· C头文件 代码 · 共 24 行

H
24
字号
/* * $Id: recovery.h,v 1.1.1.2 2002/03/28 00:03:24 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions located in RECOVERY.C are declared here. * */#ifndef RECOVERY_INCLUDED#define RECOVERY_INCLUDED/* Recovery threshold */#define RECOVERY_THRESHOLD       488    /* Each 488K is 1 block *//* Prototypes */unsigned long calc_protdata_size(unsigned long limit, int threshold);int create_protfile(FILE *stream, unsigned long offset, int state);unsigned long chk_prot_sig(FILE *stream, unsigned long rp_ofs);int recover_file(char *name, char *protname, char *rec_name, int test_mode, unsigned long sig_offset);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?