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