Changeset 1180 for branches/monitor-improvement/oscam-config.c
- Timestamp:
- 01/11/10 07:39:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/monitor-improvement/oscam-config.c
r1176 r1180 1902 1902 #endif 1903 1903 1904 1904 /* 1905 * makes a char ready to write a token into config or webIf 1906 */ 1905 1907 char *mk_t_caidtab(CAIDTAB *ctab){ 1906 1908 int i = 0, needed = 1, pos = 0; … … 1935 1937 } 1936 1938 1939 /* 1940 * makes a char ready to write a token into config or webIf 1941 */ 1937 1942 char *mk_t_tuntab(TUNTAB *ttab){ 1938 1943 int i = 0, needed = 1, pos = 0; … … 1967 1972 } 1968 1973 1974 /* 1975 * makes a char ready to write a token into config or webIf 1976 */ 1969 1977 char *mk_t_group(ulong *grp){ 1970 1978 int i = 0, needed = 1, pos = 0, dot = 0; … … 1998 2006 } 1999 2007 2008 /* 2009 * makes a char ready to write a token into config or webIf 2010 */ 2000 2011 char *mk_t_ftab(FTAB *ftab){ 2001 2012 int i = 0, j = 0, needed = 1, pos = 0;
Note:
See TracChangeset
for help on using the changeset viewer.