aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorJulien Dessaux2019-02-14 20:51:41 +0100
committerJulien Dessaux2019-02-14 21:07:27 +0100
commita3f34674c6317930362c99f0fc40d835234843e5 (patch)
tree6c4c3afa605acf567b6b5997db4a3277738c9c68 /src/state.h
parentSwitched from standard makefile to cmake (diff)
downloadbastion-a3f34674c6317930362c99f0fc40d835234843e5.tar.gz
bastion-a3f34674c6317930362c99f0fc40d835234843e5.tar.bz2
bastion-a3f34674c6317930362c99f0fc40d835234843e5.zip
Moved code around
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/state.h b/src/state.h
deleted file mode 100644
index 0ab70bc..0000000
--- a/src/state.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef STATE_H_
-#define STATE_H_
-
-char state_set_ssh_destination(const char * dest);
-const char * state_get_ssh_destination(void);
-char state_set_bastion_username(const char * name);
-const char * state_get_bastion_username(void);
-char state_set_session_id(const unsigned long long id);
-unsigned long long state_get_session_id(void);
-void state_clean(void);
-
-#endif