📄 simple_private.h
字号:
/* -*- Mode: C -*- * simple_private.h * * Description : Simple dump/restore module private includes. * * Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved. * * $Id: simple_private.h,v 1.4 1997/02/03 06:13:14 tim Exp $ */#ifndef _simple_private_h#define _simple_private_h#if !defined(lint) && !defined(SABER)static char simple_private_h_rcsId[] __attribute__ ((unused)) = "@(#) $Id: simple_private.h,v 1.4 1997/02/03 06:13:14 tim Exp $";#endif#include "simple.h"typedef struct SimpleParams{ NdmpdModuleParams* modParams; bool_t abortFlag;} SimpleParams;intsimpleDump(SimpleParams* params);intsimpleRestore(SimpleParams* params);#endif /* _simple_private_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -