~ctwm/ctwm/trunk

389.1.67 by Matthew Fuller
Bust the arg parsing and checking out into separate functions, and
1
/*
2
 * Command-line arg handling
3
 */
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
4
#ifndef _CTWM_CLARGS_H
5
#define _CTWM_CLARGS_H
389.1.67 by Matthew Fuller
Bust the arg parsing and checking out into separate functions, and
6
7
void clargs_parse(int argc, char *argv[]);
8
void clargs_check(void);
429 by Matthew Fuller
Add include guards to some header files that lack them, and shift some
9
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
10
#endif /* _CTWM_CLARGS_H */