X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..fe66e2b32214dc0b461d5e60db9acf39f6c2f7be:/mx.c?ds=sidebyside diff --git a/mx.c b/mx.c index d4b7203..d135576 100644 --- a/mx.c +++ b/mx.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2002 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2003 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -271,7 +271,7 @@ int mx_unlock_file (const char *path, int fd, int dot) return 0; } -void mx_unlink_empty (const char *path) +static void mx_unlink_empty (const char *path) { int fd; #ifndef USE_DOTLOCK @@ -1207,14 +1207,14 @@ int mx_sync_mailbox (CONTEXT *ctx, int *index_hint) /* {maildir,mh}_open_new_message are in mh.c. */ -int mbox_open_new_message (MESSAGE *msg, CONTEXT *dest, HEADER *hdr) +static int mbox_open_new_message (MESSAGE *msg, CONTEXT *dest, HEADER *hdr) { msg->fp = dest->fp; return 0; } #ifdef USE_IMAP -int imap_open_new_message (MESSAGE *msg, CONTEXT *dest, HEADER *hdr) +static int imap_open_new_message (MESSAGE *msg, CONTEXT *dest, HEADER *hdr) { char tmp[_POSIX_PATH_MAX];