]> git.saurik.com Git - apple/configd.git/blobdiff - configd.tproj/session.h
configd-453.16.tar.gz
[apple/configd.git] / configd.tproj / session.h
index 6e4962f43eb0e341e4531b220a0a77bedfd6998b..68d8f910ad322887126cff19259454f95a8d4dfd 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000, 2001, 2005-2007, 2009, 2010 Apple Inc. All rights reserved.
+ * Copyright (c) 2000, 2001, 2005-2007, 2009-2011 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -78,11 +78,13 @@ __BEGIN_DECLS
 
 serverSessionRef       getSession      (mach_port_t    server);
 
 
 serverSessionRef       getSession      (mach_port_t    server);
 
+serverSessionRef       tempSession     (mach_port_t    server,
+                                        CFStringRef    name,
+                                        audit_token_t  auditToken);
+
 serverSessionRef       addSession      (mach_port_t    server,
                                         CFStringRef    (*copyDescription)(const void *info));
 
 serverSessionRef       addSession      (mach_port_t    server,
                                         CFStringRef    (*copyDescription)(const void *info));
 
-void                   removeSession   (mach_port_t    server);
-
 void                   cleanupSession  (mach_port_t    server);
 
 void                   listSessions    (FILE           *f);
 void                   cleanupSession  (mach_port_t    server);
 
 void                   listSessions    (FILE           *f);