rofi/include/json-dialog.h

9 lines
144 B
C

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