fuNote/search.h

9 lines
118 B
C
Raw Normal View History

#ifndef _SEARCH_H_
#define _SEARCH_H_
2019-01-22 11:44:21 +01:00
void editorSearchCallback(char *query, int key);
void editorSearch();
#endif