Ignore:
Timestamp:
01/11/10 07:39:42 (14 years ago)
Author:
alno
Message:

WebIf:

  • Merging revisions 1177-1179 of trunk
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/monitor-improvement/oscam-config.c

    r1176 r1180  
    19021902#endif
    19031903
    1904 
     1904/*
     1905 * makes a char ready to write a token into config or webIf
     1906 */
    19051907char *mk_t_caidtab(CAIDTAB *ctab){
    19061908    int i = 0, needed = 1, pos = 0;
     
    19351937}
    19361938
     1939/*
     1940 * makes a char ready to write a token into config or webIf
     1941 */
    19371942char *mk_t_tuntab(TUNTAB *ttab){
    19381943    int i = 0, needed = 1, pos = 0;
     
    19671972}
    19681973
     1974/*
     1975 * makes a char ready to write a token into config or webIf
     1976 */
    19691977char *mk_t_group(ulong *grp){
    19701978    int i = 0, needed = 1, pos = 0, dot = 0;
     
    19982006}
    19992007
     2008/*
     2009 * makes a char ready to write a token into config or webIf
     2010 */
    20002011char *mk_t_ftab(FTAB *ftab){
    20012012    int i = 0, j = 0, needed = 1, pos = 0;
Note: See TracChangeset for help on using the changeset viewer.