Add src/ets_logout.h

This commit is contained in:
2025-11-04 13:22:21 +01:00
committed by gitadmin
parent 2a6a47328f
commit b4ba10b0db
+16
View File
@@ -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_