settings.h 205 B

12345678910
  1. #ifndef _SETTINGS_H
  2. #define _SETTINGS_H
  3. char *progname();
  4. void init_settings();
  5. extern char packname[], shellhash[], bdhash[], dcc_prefix[],
  6. *owners, *hubs, *owneremail;
  7. #endif /* !_SETTINGS_H */