1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00
rofi/include/json-dialog.h
2014-01-29 15:38:08 +01:00

8 lines
144 B
C

#ifndef __JSON_DIALOG_H__
#define __JSON_DIALOG_H__
extern char *json_input_file;
SwitcherMode json_switcher_dialog ( char **input );
#endif