1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

clitar: remove unnecessary public function prototypes

Public functions declared in clitar_proto.h needn't be listed as
prototypes in clitar.c.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
David Disseldorp 2014-02-14 17:22:50 +01:00 committed by Andreas Schneider
parent 44265721bc
commit 08f3c4e942

View File

@ -168,20 +168,6 @@ struct tar tar_ctx = {
.mode.verbose = false,
};
/* interactive commands, exported functions */
int cmd_block(void);
int cmd_setmode(void);
int cmd_tar(void);
int cmd_tarmode(void);
/* tar, exported functions */
int tar_process(struct tar *t);
bool tar_to_process(struct tar *t);
int tar_parse_args(struct tar *t,
const char *flag,
const char **val, int valsize);
/* tar, local function */
static int tar_create(struct tar* t);
static int tar_create_from_list(struct tar *t);