diff options
| author | Carl Worth <cworth@cworth.org> | 2009-10-25 15:58:05 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-10-25 15:58:05 -0700 |
| commit | c7482b4dce114b1c09cbac2f4ef6d0defdb23258 (patch) | |
| tree | c661798f1bfab45962f169c5c2474d56a19c8768 /message-file.c | |
| parent | eb7b8cf31a8378784e97966204559f1b270ac3e9 (diff) | |
Add -Wmising-declarations and fix warnings.
Wow, lots of missing 'static' on internal functions.
Diffstat (limited to 'message-file.c')
| -rw-r--r-- | message-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message-file.c b/message-file.c index f625a930..2bd56056 100644 --- a/message-file.c +++ b/message-file.c @@ -149,7 +149,7 @@ notmuch_message_file_restrict_headers (notmuch_message_file_t *message, ...) notmuch_message_file_restrict_headersv (message, va_headers); } -void +static void copy_header_unfolding (header_value_closure_t *value, const char *chunk) { |
