/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000, 2001, 2005, 2006 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
SCDynamicStoreRef store;
/* credentials associated with this "open" session */
- int callerEUID;
- int callerEGID;
+ uid_t callerEUID;
} serverSession, *serverSessionRef;
void cleanupSession (mach_port_t server);
-void listSessions ();
+void listSessions (void);
__END_DECLS