client_func.h
来自「文件系统源代码!!!!! 文件系统源代码」· C头文件 代码 · 共 38 行
H
38 行
/*** Copyright (C) 2008 Happy Fish / YuQing** FastDFS may be copied only under the terms of the GNU General* Public License V3, which may be found in the FastDFS source kit.* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.**///client_func.h#ifndef _CLIENT_FUNC_H_#define _CLIENT_FUNC_H_#ifdef __cplusplusextern "C" {#endif/*** client initial function* params:* filename: storage config filename* return: 0 success, !=0 fail, return the error code**/int fdfs_client_init(const char *filename);/*** client destroy function* params:* return: **/void fdfs_client_destroy();#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?