Rev 7491 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7491 | Rev 8155 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | char opt_class[MAX_CLASSLEN+1]; |
20 | char opt_class[MAX_CLASSLEN+1]; |
21 | char opt_module[MAX_FNAME+1]; |
21 | char opt_module[MAX_FNAME+1]; |
22 | char opt_session[MAX_CLASSLEN+1]; |
22 | char opt_session[MAX_CLASSLEN+1]; |
23 | char opt_user[MAX_FNAME+1]; |
23 | char opt_user[MAX_FNAME+1]; |
24 | 24 | ||
25 |
|
25 | /* returns -1 if error */ |
26 | int options(void) |
26 | int options(void) |
27 | { |
27 | { |
28 | int i; |
28 | int i; |
29 | char c, *p1, *p2, *p3; |
29 | char c, *p1, *p2, *p3; |
30 | opt_class[0]=opt_module[0]=opt_session[0]=opt_user[0]=0; |
30 | opt_class[0]=opt_module[0]=opt_session[0]=opt_user[0]=0; |