summaryrefslogtreecommitdiffhomepage
path: root/src/libSystem/SystemKit/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libSystem/SystemKit/System.h')
-rw-r--r--src/libSystem/SystemKit/System.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libSystem/SystemKit/System.h b/src/libSystem/SystemKit/System.h
index 4e3cc264..a8cf05f2 100644
--- a/src/libSystem/SystemKit/System.h
+++ b/src/libSystem/SystemKit/System.h
@@ -324,7 +324,9 @@ IMPORT_C SInt32 PrintIn(IORef file /* nullptr to direct to stdout */, const Char
IMPORT_C IORef PrintCreate(Void);
-IMPORT_C SInt32 PrintRelease(IORef);
+IMPORT_C UInt64 PrintSize(IORef ref);
+
+IMPORT_C SInt32 PrintRelease(IORef ref);
IMPORT_C IORef PrintGet(const Char* path);