mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
elsewhere as well.
This commit is contained in:
@@ -64,4 +64,8 @@ struct printf_context {
|
||||
|
||||
extern size_t vcprintf ( struct printf_context *ctx, const char *fmt,
|
||||
va_list args );
|
||||
extern int vssnprintf ( char *buf, ssize_t ssize, const char *fmt,
|
||||
va_list args );
|
||||
extern int ssnprintf ( char *buf, ssize_t ssize, const char *fmt, ... );
|
||||
|
||||
#endif /* _GPXE_VSPRINTF_H */
|
||||
|
||||
Reference in New Issue
Block a user