"search json" action: Move the JSON callback method into an own action.
[collection4.git] / src / action_search_json.h
1 #ifndef ACTION_SEARCH_JSON
2 #define ACTION_SEARCH_JSON 1
3
4 int action_search_json (void);
5
6 #endif /* ACTION_SEARCH_JSON */
7 /* vim: set sw=2 sts=2 et fdm=marker : */