Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
28
cde/programs/dtterm/DtTermLogit.h
Normal file
28
cde/programs/dtterm/DtTermLogit.h
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* $XConsortium: DtTermLogit.h /main/3 1995/10/31 11:16:43 rswiston $";
|
||||
*/
|
||||
|
||||
/* *
|
||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company *
|
||||
* (c) Copyright 1993, 1994 International Business Machines Corp. *
|
||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
|
||||
* (c) Copyright 1993, 1994 Novell, Inc. *
|
||||
*/
|
||||
|
||||
#ifndef _DtTermLogit_h
|
||||
#define _DtTermLogit_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void LogStart(int noFork, int argc, char **argv);
|
||||
void LogFinish(int noFork, int sessions);
|
||||
void LogBumpSessionCount(int count);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* close scope of 'extern "C"'... */
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* DON'T ADD ANYTHING AFTER THIS #endif... */
|
||||
#endif /* _DtTermLogit_h */
|
||||
Reference in New Issue
Block a user