From 743f2c36320802ada40a0d69224ae290bc487110 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 4 Mar 2004 16:59:58 +0000 Subject: [PATCH] Fix compiler warning with --enable-maintainer-mode. (Logical change 1.291) --- ntfsprogs/sd.c | 1 + ntfsprogs/upcase.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ntfsprogs/sd.c b/ntfsprogs/sd.c index 7db46eff..3a5e2f45 100644 --- a/ntfsprogs/sd.c +++ b/ntfsprogs/sd.c @@ -27,6 +27,7 @@ * Do NOT free *@sd_val as it is static memory. This also means that you can * only use *@sd_val until the next call to this function. */ +void init_system_file_sd(int sys_file_no, char **sd_val, int *sd_val_len); void init_system_file_sd(int sys_file_no, char **sd_val, int *sd_val_len) { static char sd_array[0x68]; diff --git a/ntfsprogs/upcase.c b/ntfsprogs/upcase.c index ea78d7c1..ae5db1e0 100644 --- a/ntfsprogs/upcase.c +++ b/ntfsprogs/upcase.c @@ -31,6 +31,7 @@ /** * init_upcase_table */ +void init_upcase_table(uchar_t *uc, u32 uc_len); void init_upcase_table(uchar_t *uc, u32 uc_len) { static int uc_run_table[][3] = { /* Start, End, Add */