Files
cdesktop/cde/programs/dtterm/DtTermLogit.h

29 lines
848 B
C

/*
* $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 */