8 lines
118 B
C
8 lines
118 B
C
#ifndef _SEARCH_H_
|
|
#define _SEARCH_H_
|
|
|
|
void editorSearchCallback(char *query, int key);
|
|
void editorSearch();
|
|
|
|
#endif
|
|
|