You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
630 B
15 lines
630 B
diff -ur a/src/include/tspps.h b/src/include/tspps.h
|
|
--- a/src/include/tspps.h 2014-07-23 12:42:44.000000000 -0700
|
|
+++ b/src/include/tspps.h 2018-08-01 19:33:42.454192873 -0700
|
|
@@ -18,8 +18,8 @@
|
|
|
|
TSS_RESULT get_file(int *);
|
|
int put_file(int);
|
|
-inline TSS_RESULT read_data(int, void *, UINT32);
|
|
-inline TSS_RESULT write_data(int, void *, UINT32);
|
|
+TSS_RESULT read_data(int, void *, UINT32);
|
|
+TSS_RESULT write_data(int, void *, UINT32);
|
|
UINT32 psfile_get_num_keys(int);
|
|
TSS_RESULT psfile_get_parent_uuid_by_uuid(int, TSS_UUID *, TSS_UUID *);
|
|
TSS_RESULT psfile_remove_key_by_uuid(int, TSS_UUID *);
|