Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset c1a58cc
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:
2011-12-18T20:45:47Z (
13 years
ago)
Author:
Alex Miller <millerdevel@…>
Branches:
master
Children:
a0a3de6
Parents:
4efa5ce
Message:
Wrap the external API in
extern "C"
if included in a C++ file.
File:
1 edited
bitlbee.h
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
bitlbee.h
r4efa5ce
rc1a58cc
26
26
#ifndef _BITLBEE_H
27
27
#define _BITLBEE_H
28
29
#ifdef __cplusplus
30
extern "C" {
31
#endif
28
32
29
33
#ifndef _GNU_SOURCE
…
…
175
179
extern global_t global;
176
180
181
#ifdef __cplusplus
182
}
177
183
#endif
184
185
#endif
186
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive