diff options
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index 6625519..7076035 100644 --- a/device-functions.h +++ b/device-functions.h @@ -73,4 +73,6 @@ void Main_update_shift_registers(); int IO_Setup_RS232(int baud, char handshake, gboolean update_flash); +int change_password (gchar *old_password, gchar *new_password); + #endif |