diff options
Diffstat (limited to 'g10/status.h')
-rw-r--r-- | g10/status.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g10/status.h b/g10/status.h index 0f65c22d5..2c946ad65 100644 --- a/g10/status.h +++ b/g10/status.h @@ -82,13 +82,17 @@ #define STATUS_PROGRESS 50 #define STATUS_SIG_CREATED 51 #define STATUS_SESSION_KEY 52 - +#define STATUS_NOTATION_NAME 53 +#define STATUS_NOTATION_DATA 54 +#define STATUS_POLICY_URL 55 /*-- status.c --*/ void set_status_fd ( int fd ); int is_status_enabled ( void ); void write_status ( int no ); void write_status_text ( int no, const char *text ); +void write_status_buffer ( int no, + const char *buffer, size_t len, int wrap ); #ifdef USE_SHM_COPROCESSING void init_shm_coprocessing ( ulong requested_shm_size, int lock_mem ); |