blob: efd09b97b1aaab6869afb39bb0746570d2bbb0df [file] [log] [blame]
#ifndef STRING_EDIT_H
#define STRING_EDIT_H
bool menu_string_edit(char *_prompt, char *string, int buffersize);
#endif