Subversion Repositories wimsdev

Rev

Rev 8155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8155 Rev 8185
Line 16... Line 16...
16
 */
16
 */
17
 
17
 
18
/* Only miscellaneous cleanup routines remain.
18
/* Only miscellaneous cleanup routines remain.
19
 * The regular session cleaner has been moved to wimslogd.
19
 * The regular session cleaner has been moved to wimslogd.
20
 */
20
 */
-
 
21
 
-
 
22
#include "wims.h"
21
 
23
 
22
void cleantmpdir(void)
24
void cleantmpdir(void)
23
{
25
{
24
    char buf[MAX_LINELEN+1], *p1, *p2;
26
    char buf[MAX_LINELEN+1], *p1, *p2;
25
 
27