Changeset 1dd285b
- Timestamp:
- Nov 26, 2010, 4:04:03 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- b31f1c9
- Parents:
- 950e2da
- git-author:
- Anders Kaseorg <andersk@mit.edu> (10/26/10 00:33:17)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (11/26/10 04:04:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zcrypt.c
r3c2c7fc r1dd285b 50 50 { 51 51 int flags; 52 c har *signature;52 const char *signature; 53 53 char *message; 54 54 } ZWRITEOPTIONS; … … 110 110 int error = FALSE; 111 111 int zephyr = FALSE; 112 c har *class = NULL, *instance = NULL;112 const char *class = NULL, *instance = NULL; 113 113 int mode = M_NONE; 114 114
Note: See TracChangeset
for help on using the changeset viewer.