config.h 636 B

123456789101112131415161718192021222324252627282930
  1. /**
  2. * config.h
  3. * Routines for loading the configuration file.
  4. *
  5. * Matej Pfajfar <mp292@cam.ac.uk>
  6. */
  7. /*
  8. * Changes :
  9. * $Log$
  10. * Revision 1.1 2002/06/26 22:45:50 arma
  11. * Initial revision
  12. *
  13. * Revision 1.4 2002/04/02 14:28:01 badbytes
  14. * Final finishes.
  15. *
  16. * Revision 1.3 2002/01/26 22:55:11 mp292
  17. * *** empty log message ***
  18. *
  19. * Revision 1.2 2002/01/26 22:22:09 mp292
  20. * Prevented duplicate definitions.
  21. *
  22. * Revision 1.1 2001/12/13 15:15:10 badbytes
  23. * Started coding the onion proxy.
  24. *
  25. */
  26. #include "../common/config.h"
  27. /* loads the configuration file */
  28. int getconfig(char *filename, config_opt_t *options);