1212 * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313 * Portions Copyright (c) 1994, Regents of the University of California
1414 *
15- * $Id: miscadmin.h,v 1.114 2002/12 /09 18:21:43 tgl Exp $
15+ * $Id: miscadmin.h,v 1.115 2003/01 /09 18:00:24 tgl Exp $
1616 *
1717 * NOTES
1818 * some of the information in this file should be moved to
@@ -176,7 +176,7 @@ extern bool EnableSSL;
176176extern bool SilentMode ;
177177extern int MaxBackends ;
178178extern int ReservedBackends ;
179- extern int NBuffers ;
179+ extern DLLIMPORT int NBuffers ;
180180extern int PostPortNumber ;
181181extern int Unix_socket_permissions ;
182182extern char * Unix_socket_group ;
@@ -200,13 +200,7 @@ extern char *ExpandDatabasePath(const char *path);
200200extern void SetDatabaseName (const char * name );
201201extern void SetDatabasePath (const char * path );
202202
203- /*
204- * AclIdsystem identifier for the user, group, etc.
205- */
206- typedef int32 AclId ;
207-
208203extern char * GetUserNameFromId (AclId userid );
209-
210204extern AclId GetUserId (void );
211205extern void SetUserId (AclId userid );
212206extern AclId GetSessionUserId (void );