Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. void SaveSearchString(void *n);
  2. /* Saving current search string */
  3.  
  4. void CmdSearch(void *n);
  5. /* Search button function */
  6.  
  7. void DoSearch(void *n);
  8. /* Do a search to find the search string */
  9.  
  10. void CmdReplace(void *n);
  11. /* Replace button function */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement