fuNote/src/search.h
2018-10-19 13:36:54 +02:00

9 lines
114 B
C

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