瀏覽代碼

Added missing prototype

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
1e4a838f55
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/include/getopt.h

+ 1
- 0
src/include/getopt.h 查看文件

51
 extern int optind;
51
 extern int optind;
52
 extern int optopt;
52
 extern int optopt;
53
 
53
 
54
+extern void reset_getopt();
54
 extern int getopt_long ( int argc, char * const argv[], const char *optstring,
55
 extern int getopt_long ( int argc, char * const argv[], const char *optstring,
55
 			 const struct option *longopts, int *longindex );
56
 			 const struct option *longopts, int *longindex );
56
 
57
 

Loading…
取消
儲存