awips2/nativeLib/rary.wfoapi.consoleUser/include/getConsoleUser.H
2017-04-21 18:33:55 -06:00

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