aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot-sam460ex/board/ACube/menu/string_edit.h
blob: efd09b97b1aaab6869afb39bb0746570d2bbb0df (plain)
1
2
3
4
5
6
#ifndef STRING_EDIT_H
#define STRING_EDIT_H

bool menu_string_edit(char *_prompt, char *string, int buffersize);

#endif