summaryrefslogtreecommitdiff
path: root/app/xterm/graphics_sixel.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2016-08-07 21:27:37 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2016-08-07 21:27:37 +0000
commit027dba249f558e9da6890e6cbcf369bdf0aefb01 (patch)
tree7c289dacafa4421d21358628d7ebdef2969d942a /app/xterm/graphics_sixel.h
parentbdd1bfd90610c6ecb7bf19f6ac5272367ef04791 (diff)
Update to xterm-325. Testing by krw@, shadchin@ and naddy@. Thanks
Diffstat (limited to 'app/xterm/graphics_sixel.h')
-rw-r--r--app/xterm/graphics_sixel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/xterm/graphics_sixel.h b/app/xterm/graphics_sixel.h
index 54211389c..6e2e35dfd 100644
--- a/app/xterm/graphics_sixel.h
+++ b/app/xterm/graphics_sixel.h
@@ -1,8 +1,8 @@
-/* $XTermId: graphics_sixel.h,v 1.1 2014/04/11 19:36:41 Ross.Combs Exp $ */
+/* $XTermId: graphics_sixel.h,v 1.4 2016/05/29 16:35:11 tom Exp $ */
/*
- * Copyright 2014 by Ross Combs
- * Copyright 2014 by Thomas E. Dickey
+ * Copyright 2014,2016 by Ross Combs
+ * Copyright 2014,2016 by Thomas E. Dickey
*
* All Rights Reserved
*
@@ -38,7 +38,7 @@
#include <ptyx.h>
#if OPT_SIXEL_GRAPHICS
-extern void parse_sixel(XtermWidget xw, ANSI *params, char const *string);
+extern int parse_sixel(XtermWidget /* xw */, ANSI */* params */, char const */* string */);
#else
#define parse_sixel(xw, params, string) /* nothing */
#endif