summaryrefslogtreecommitdiff
path: root/host/lib21/include/host_misc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib21/include/host_misc2.h')
-rw-r--r--host/lib21/include/host_misc2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib21/include/host_misc2.h b/host/lib21/include/host_misc2.h
index 5d891cad..795ebb23 100644
--- a/host/lib21/include/host_misc2.h
+++ b/host/lib21/include/host_misc2.h
@@ -21,6 +21,6 @@
* @param id Destination for binary representation
* @return VB2_SUCCESS, or non-zero if error.
*/
-int vb2_str_to_id(const char *str, struct vb2_id *id);
+vb2_error_t vb2_str_to_id(const char *str, struct vb2_id *id);
#endif /* VBOOT_REFERENCE_HOST_MISC2_H_ */