X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5025a9931265fe959126155737a04ec8f8f686aa..0d13bfcd3dc0eac74361d98a550092ffa054e918:/putty.h diff --git a/putty.h b/putty.h index 8aea91c1..070ba313 100644 --- a/putty.h +++ b/putty.h @@ -870,8 +870,9 @@ struct logblank_t { int type; }; void log_packet(void *logctx, int direction, int type, - char *texttype, void *data, int len, - int n_blanks, const struct logblank_t *blanks); + char *texttype, const void *data, int len, + int n_blanks, const struct logblank_t *blanks, + const unsigned long *sequence); /* * Exports from testback.c