Show
Ignore:
Timestamp:
2005-01-26 04:37:38 (4 years ago)
Author:
Ralf Wildenhues <wildenhues@…>
Branch:
HEAD
Message:

Make some functions static.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • addrbook.c

    r3480 r3808  
    7575} 
    7676 
    77 void alias_entry (char *s, size_t slen, MUTTMENU *m, int num) 
     77static void alias_entry (char *s, size_t slen, MUTTMENU *m, int num) 
    7878{ 
    7979  mutt_FormatString (s, slen, NONULL (AliasFmt), alias_format_str, (unsigned long) ((ALIAS **) m->data)[num], M_FORMAT_ARROWCURSOR); 
    8080} 
    8181 
    82 int alias_tag (MUTTMENU *menu, int n, int m) 
     82static int alias_tag (MUTTMENU *menu, int n, int m) 
    8383{ 
    8484  ALIAS *cur = ((ALIAS **) menu->data)[n];