- Timestamp:
- 2008-04-02T14:22:57Z (17 years ago)
- Branches:
- master
- Children:
- f9dbc99
- Parents:
- 875ad42 (diff), dd34575 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.h
r875ad42 r85d7b85 33 33 { 34 34 char *iface; 35 signed intport;35 char *port; 36 36 int nofork; 37 37 int verbose; … … 49 49 int ping_interval; 50 50 int ping_timeout; 51 char *user; 51 52 } conf_t; 52 53 53 conf_t *conf_load( int argc, char *argv[] );54 G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] ); 54 55 void conf_loaddefaults( irc_t *irc ); 55 56
Note: See TracChangeset
for help on using the changeset viewer.