mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[readline] Add replace_string()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -41,6 +41,8 @@ static inline void init_editstring ( struct edit_string *string, char *buf,
|
||||
string->len = len;
|
||||
}
|
||||
|
||||
extern void replace_string ( struct edit_string *string,
|
||||
const char *replacement ) __nonnull;
|
||||
extern int edit_string ( struct edit_string *string, int key ) __nonnull;
|
||||
|
||||
#endif /* _IPXE_EDITSTRING_H */
|
||||
|
||||
Reference in New Issue
Block a user