summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:20:29 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:20:29 -0500
commit492e5c38fa1a5e42b4ad43c1daf119cfdedbc252 (patch)
tree4b8502a1db06885e45968db3f4406e73fb117164 /device-functions.h
parent74b9ff28228e3858ef4bc181a34a9acf9ca6be79 (diff)
tidy up username/password code
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h2
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