summaryrefslogtreecommitdiff
path: root/include/rma_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rma_auth.h')
-rw-r--r--include/rma_auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rma_auth.h b/include/rma_auth.h
index 0a4d7c7e71..caca9d07cc 100644
--- a/include/rma_auth.h
+++ b/include/rma_auth.h
@@ -75,7 +75,8 @@ int rma_try_authcode(const char *code);
*
* @param rma_device_id Pointer to the buffer that will be filled with
* the ID. The buffer must be of size RMA_DEVICE_ID_SIZE.
+ * @return EC_SUCCESS if successful
*/
-void get_rma_device_id(uint8_t rma_device_id[RMA_DEVICE_ID_SIZE]);
+int get_rma_device_id(uint8_t rma_device_id[RMA_DEVICE_ID_SIZE]);
#endif