Former-commit-id:06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f] Former-commit-id:9f19e3f712
17 lines
328 B
C
17 lines
328 B
C
// ******************************************************************
|
|
// +++ getConsoleUser.H: Interface for getConsoleUser()
|
|
//
|
|
//
|
|
//
|
|
// --- **************************************************************
|
|
|
|
#ifndef _GETCONSOLEUSER_H_
|
|
#define _GETCONSOLEUSER_H_
|
|
|
|
#include <sys/types.h>
|
|
|
|
uid_t getConsoleUser (void);
|
|
|
|
#endif
|
|
|
|
|