From b4ba10b0dbe86e1d4743d83ea6b1beba2e0438d8 Mon Sep 17 00:00:00 2001 From: mathis_s Date: Tue, 4 Nov 2025 13:22:21 +0100 Subject: [PATCH] Add src/ets_logout.h --- src/ets_logout.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/ets_logout.h diff --git a/src/ets_logout.h b/src/ets_logout.h new file mode 100644 index 0000000..20844b0 --- /dev/null +++ b/src/ets_logout.h @@ -0,0 +1,16 @@ +/********************************************************************\ + + Name: ets_logout.h + Created by: Andreas Suter 2005/04/19 + + Contents: declaration of a routine to logout a specific port + of the ets terminal server. + +\********************************************************************/ + +#ifndef _ETS_LOGOUT_ +#define _ETS_LOGOUT_ + +int ets_logout(void *info, int wait, int detailed_msg); + +#endif // _ETS_LOGOUT_