aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorJulien Dessaux2018-08-26 18:54:19 +0200
committerJulien Dessaux2018-11-02 18:32:59 +0100
commitfecf526ed334c8b987b37a3702e85a08bb7a9e68 (patch)
treeb70f7ba78eb409f12a63c5ac69ef0ba97cf7b269 /src/state.h
parentAdded session recording with https://github.com/kilobyte/termrec (diff)
downloadbastion-fecf526ed334c8b987b37a3702e85a08bb7a9e68.tar.gz
bastion-fecf526ed334c8b987b37a3702e85a08bb7a9e68.tar.bz2
bastion-fecf526ed334c8b987b37a3702e85a08bb7a9e68.zip
Began implementing configuration fetching from an sshportal mysql database
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.h b/src/state.h
index 79c5861..df5bd6e 100644
--- a/src/state.h
+++ b/src/state.h
@@ -3,8 +3,8 @@
char state_set_ssh_destination(const char * dest);
const char * state_get_ssh_destination(void);
-char state_set_username(const char * name);
-const char * state_get_username(void);
+char state_set_bastion_username(const char * name);
+const char * state_get_bastion_username(void);
char state_set_session_id(const int id);
int state_get_session_id(void);
void state_clean(void);