Extract space trimming code from ATA and use in USB and bootorder code.
[seabios.git] / src / util.h
index 7102c279853eb79aa740c9b2afde81c288d15812..17fc54a5eed54872a9bef6069525748141078f0a 100644 (file)
@@ -210,6 +210,7 @@ void iomemcpy(void *d, const void *s, u32 len);
 void *memmove(void *d, const void *s, size_t len);
 char *strtcpy(char *dest, const char *src, size_t len);
 char *strchr(const char *s, int c);
+void nullTrailingSpace(char *buf);
 int get_keystroke(int msec);
 
 // stacks.c