Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
ce7db4d
for
owl.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:
Jun 24, 2003, 11:12:09 PM (
18 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:
658dc2f
Parents:
723c427
Message:
zwrite -m now logs and displays an outgoing message zwrite -s now works
File:
1 edited
owl.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
owl.h
r0c502e9
rce7db4d
231
231
232
232
typedef struct _owl_zwrite {
233
char
class[LINE]
;
234
char
inst[LINE]
;
235
char
realm[LINE]
;
236
char
opcode[LINE]
;
233
char
*class
;
234
char
*inst
;
235
char
*realm
;
236
char
*opcode
;
237
237
char *zsig;
238
char *message;
238
239
owl_list recips;
239
240
int cc;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive