/[radius]/radius/radtest/main.c
ViewVC logotype

Diff of /radius/radtest/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by gray, Thu Jun 5 07:08:10 2003 UTC revision 1.29 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 27  Line 27 
27  #include <pwd.h>  #include <pwd.h>
28  #include <sys/types.h>  #include <sys/types.h>
29  #include <sys/stat.h>  #include <sys/stat.h>
30    #include <time.h>
31    
32  #include <radius.h>  #include <radius.h>
33  #include <radargp.h>  #include <radargp.h>
# Line 45  int abort_on_failure = 0; Line 46  int abort_on_failure = 0;
46    
47  void init_symbols();  void init_symbols();
48  static void assign(char *);  static void assign(char *);
 int parse_datum(char *p, union datum *dp);  
49    
50  int x_argmax;  int x_argmax;
51  int x_argc;  int x_argc;
# Line 158  main(int argc, char **argv) Line 158  main(int argc, char **argv)
158    
159          set_yydebug();          set_yydebug();
160          radpath_init();          radpath_init();
161            srand(time(NULL));
162            
163          if (dict_init()) {          if (dict_init()) {
164                  radlog(L_ERR, _("error reading dictionary file"));                  radlog(L_ERR, _("error reading dictionary file"));
165                  return 1;                  return 1;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26