X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=logging.c;h=865fe9b82ed8dc547b48ddb2d06cdc010dd8973d;hb=991d30412d0911e7727a852d0a00ae0f1bec1b3e;hp=a40d32a6e28fdb82d9387e6216014840624df98c;hpb=c445c745ecef1d00e57b77732bb0928881977149;p=PuTTY.git diff --git a/logging.c b/logging.c index a40d32a6..865fe9b8 100644 --- a/logging.c +++ b/logging.c @@ -256,7 +256,7 @@ void log_eventlog(void *handle, const char *event) * Set of blanking areas must be in increasing order. */ void log_packet(void *handle, int direction, int type, - char *texttype, const void *data, int len, + const char *texttype, const void *data, int len, int n_blanks, const struct logblank_t *blanks, const unsigned long *seq, unsigned downstream_id, const char *additional_log_text)