Changeset 86 for trunk/include
- Timestamp:
- Jan 20, 2007, 11:04:59 PM (18 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_error.h
r27 r86 117 117 void sh_error_only_stderr (int flag); 118 118 119 /* facilities unsafe for closeall() 120 */ 121 void sh_error_enable_unsafe (int flag); 122 119 123 /* set syslog facility 120 124 */ -
trunk/include/sh_gpg.h
r1 r86 27 27 int sh_gpg_check_sign (long file_1, long file_2, int what); 28 28 29 /* log successful startup 30 */ 31 void sh_gpg_log_startup (); 32 29 33 #endif 30 34
Note:
See TracChangeset
for help on using the changeset viewer.