Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
c1826c6
for
irc.h
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-01-18T18:25:31Z (
19 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4c266f2
,
92ad3d4
Parents:
ac9f0e9
Message:
BitlBee now tries to empty sendbuffer before closing the connection.
File:
1 edited
irc.h
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
irc.h
rac9f0e9
rc1826c6
44
44
USTATUS_AUTHORIZED,
45
45
USTATUS_LOGGED_IN,
46
USTATUS_IDENTIFIED
46
USTATUS_IDENTIFIED,
47
USTATUS_SHUTDOWN
47
48
} irc_status_t;
48
49
…
…
104
105
105
106
irc_t *irc_new( int fd );
107
void irc_abort( irc_t *irc );
106
108
void irc_free( irc_t *irc );
107
109
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive