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
  • compose.c

    r3783 r3808  
    403403 
    404404/* prototype for use below */ 
    405 void compose_status_line (char *buf, size_t buflen, MUTTMENU *menu,  
     405static void compose_status_line (char *buf, size_t buflen, MUTTMENU *menu,  
    406406      const char *p); 
    407407 
     
    469469} 
    470470 
    471 void compose_status_line (char *buf, size_t buflen, MUTTMENU *menu,  
     471static void compose_status_line (char *buf, size_t buflen, MUTTMENU *menu,  
    472472      const char *p) 
    473473{