- Timestamp:
- 2008-02-17T01:39:39Z (15 years ago)
- Branches:
- master
- Children:
- 82e8fe8
- Parents:
- fd9fa52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.h
rfd9fa52 rba5add7 51 51 /* representing a keygen job */ 52 52 typedef struct kg { 53 c onst char *accountname;54 c onst char *protocol;53 char *accountname; 54 char *protocol; 55 55 56 56 struct kg *next; … … 65 65 66 66 /* active keygen job (NULL if none) */ 67 c onst char *sent_accountname;68 c onst char *sent_protocol;67 char *sent_accountname; 68 char *sent_protocol; 69 69 70 70 /* keygen jobs waiting to be sent to slave */
Note: See TracChangeset
for help on using the changeset viewer.