cctools
username.h
Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
00003 Copyright (C) 2005- The University of Notre Dame
00004 This software is distributed under the GNU General Public License.
00005 See the file COPYING for details.
00006 */
00007 
00008 #ifndef USERNAME_H
00009 #define USERNAME_H
00010 
00016 #define USERNAME_MAX 256
00017 
00022 int username_is_super();
00023 
00028 int username_get(char *name);
00029 
00034 int username_set(const char *name);
00035 
00040 int username_home(char *dir);
00041 
00042 #endif