Browse code

removed redundant declaration of cli_ole2_summary_json

Kevin Lin authored on 2015/12/04 07:56:42
Showing 1 changed files
... ...
@@ -28,6 +28,5 @@
28 28
 #include "uniq.h"
29 29
 
30 30
 int cli_ole2_extract(const char *dirname, cli_ctx *ctx, struct uniq **);
31
-int cli_ole2_summary_json(cli_ctx *ctx, int fd, int mode);
32 31
 
33 32
 #endif