summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-08-02 09:03:40 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2024-08-02 09:03:40 +0200
commite7da3828207713d529a10e093a40d5abba1c0220 (patch)
tree7320ad1a7c7e891c00827e9b2867a1e0fbc2d536 /src/session.h
parente8fc1baf5ad574a01b65e3a3ec415f212f326550 (diff)
parent64edeaaa4c7492d090b4069de2eae5f411ff1cd4 (diff)
Merge remote-tracking branch 'origin/master' into obsdobsd
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index df91469..489ec0e 100644
--- a/src/session.h
+++ b/src/session.h
@@ -38,6 +38,7 @@ extern int GetWindowConfig(TwmWindow *theWindow, short *x, short *y,
Bool *width_ever_changed_by_user,
Bool *height_ever_changed_by_user);
extern void ReadWinConfigFile(char *filename);
+extern void DestroySession(void);
extern SmcConn smcConn;