summaryrefslogtreecommitdiff
path: root/tools/save.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/save.h')
-rw-r--r--tools/save.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/save.h b/tools/save.h
index bfa0990..f68d054 100644
--- a/tools/save.h
+++ b/tools/save.h
@@ -49,11 +49,11 @@ p11_save_file * p11_save_open_file (const char *path,
bool p11_save_write (p11_save_file *file,
const void *data,
- size_t length);
+ ssize_t length);
bool p11_save_write_and_finish (p11_save_file *file,
const void *data,
- size_t length);
+ ssize_t length);
bool p11_save_finish_file (p11_save_file *file,
bool commit);