diff options
| author | Michael Brown | 2006-03-16 18:40:55 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-03-16 18:40:55 +0100 |
| commit | 708bbc43bca286bb30f9376f346adf51e62f04c4 (patch) | |
| tree | fe7b7062d60de9c58b5b6ce31db288d6223d7aee /src/include | |
| parent | Merge from Etherboot 5.4 (diff) | |
| parent | Import from Etherboot 5.4 (diff) | |
| download | ipxe-708bbc43bca286bb30f9376f346adf51e62f04c4.tar.gz ipxe-708bbc43bca286bb30f9376f346adf51e62f04c4.tar.xz ipxe-708bbc43bca286bb30f9376f346adf51e62f04c4.zip | |
Merge from Etherboot 5.4
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/vsprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/vsprintf.h b/src/include/vsprintf.h index 553ebeb55..122fcc66e 100644 --- a/src/include/vsprintf.h +++ b/src/include/vsprintf.h @@ -45,6 +45,6 @@ */ extern int sprintf ( char *buf, const char *fmt, ... ); -extern void printf ( const char *fmt, ... ); +extern int printf ( const char *fmt, ... ); #endif /* VSPRINTF_H */ |
