fuNote/src/search.h
2019-01-22 11:44:21 +01:00

9 lines
118 B
C

#ifndef _SEARCH_H_
#define _SEARCH_H_
void editorSearchCallback(char *query, int key);
void editorSearch();
#endif