fuNote/src/search.h

9 lines
114 B
C
Raw Normal View History

#ifndef _SEARCH_H_
#define _SEARCH_H_
void editorFindCallback(char *query, int key);
void editorFind();
#endif