Ignore:
Timestamp:
07/12/10 19:19:43 (3 years ago)
Author:
BrainSlayer
Message:

should not be static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/visuals/dd-wrt.c

    r14773 r14779  
    15141514} 
    15151515#endif 
    1516 static void showRadio(webs_t wp, char *propname, char *nvname) 
     1516void showRadio(webs_t wp, char *propname, char *nvname) 
    15171517{ 
    15181518        websWrite(wp, "<div class=\"setting\">\n"); 
     
    15341534 
    15351535#ifdef HAVE_MADWIFI 
    1536 static void showAutoOption(webs_t wp, char *propname, char *nvname) 
     1536void showAutoOption(webs_t wp, char *propname, char *nvname) 
    15371537{ 
    15381538        websWrite(wp, "<div class=\"setting\">\n"); 
Note: See TracChangeset for help on using the changeset viewer.