Blob Blame History Raw
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 *);