summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-02-04 09:37:34 +0100
committerDave Davenport <qball@gmpclient.org>2015-02-04 09:37:34 +0100
commitd9aef65ea7440d832c1db944f83f8f46e2863c8b (patch)
tree9116df0146a928ebcf11ee014a98a3e081188255 /include/rofi.h
parent63fd534ba2ccc79ceecdf7f4493cc85cee7ca877 (diff)
Cleanups.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index d600cbd5..090b84d7 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -36,6 +36,7 @@ typedef enum
* @returns SwitcherMode
*/
typedef SwitcherMode ( *switcher_callback )( char **input, void *data );
+typedef void ( *switcher_callback_free_data )( void *data );
/**
* State returned by the rofi window.