Add src/ets_logout.h
This commit is contained in:
@@ -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_
|
||||
Reference in New Issue
Block a user