Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
40d834a
for
zephyr.c
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:
Dec 26, 2003, 3:50:20 PM (
17 years
ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
owl
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
ddd02df
Parents:
5471a98
Message:
Added a HAVE_ZEPHYR ifdef for new function
File:
1 edited
zephyr.c
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
zephyr.c
r4357be8
r40d834a
150
150
int owl_zephyr_loaddefaultsubs()
151
151
{
152
#ifdef HAVE_LIBZEPHYR
152
153
ZSubscription_t subs[10];
153
154
…
…
157
158
}
158
159
return(0);
160
#else
161
return(0);
162
#endif
159
163
}
160
164
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive