aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-06-18 19:51:39 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-06-18 19:51:39 +0000
commit3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b (patch)
treee629f2ba436ab8a1062638eb1e3176696abfd1f6 /uid.c
parent8f3f473c829e8691ef5566d73f3f130b492e36ba (diff)
downloadfetchmail-3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b.tar.gz
fetchmail-3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b.tar.bz2
fetchmail-3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b.zip
Fix various compiler warnings.
svn path=/trunk/; revision=3899
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uid.c b/uid.c
index 91362418..1d9846e0 100644
--- a/uid.c
+++ b/uid.c
@@ -271,7 +271,7 @@ void initialize_saved_lists(struct query *hostlist, const char *idfile)
/* return a pointer to the last element of the list to help the quick,
* constant-time addition to the list, NOTE: this function does not dup
* the string, the caller must do that. */
-/*@shared@*/ struct idlist **save_str_quick(/*@shared@*/ struct idlist **idl,
+/*@shared@*/ static struct idlist **save_str_quick(/*@shared@*/ struct idlist **idl,
/*@only@*/ char *str, flag status)
/* save a number/UID pair on the given UID list */
{