windows-netidmgr-cell-search-registry-20090616
[openafs.git] / src / WINNT / netidmgr_plugin / afsfuncs.h
index 5f6ee3f..6add811 100644 (file)
@@ -50,8 +50,8 @@ afs_klog(khm_handle identity,
          char *realm,
          int LifeTime,
          afs_tk_method method,
-         time_t * tok_expiration /* OUT: expiration time of new
-                                    token */
+         time_t * tok_expiration,/* OUT: expiration time of new token */
+         char *linkedCell        /* OUT: name of linkedCell (if any) */
          );
 
 int
@@ -73,8 +73,6 @@ ServiceControl(LPSTR lpszMachineName,
 
 void afs_report_error(LONG rc, LPCSTR FailedFunctionName);
 
-static char *afs_realm_of_cell(afs_conf_cell *);
-static long afs_get_cellconfig_callback(void *, struct sockaddr_in *, char *);
-static int afs_get_cellconfig(char *, afs_conf_cell *, char *);
-
+khm_boolean
+afs_check_for_cell_realm_match(khm_handle identity, char * cell);
 #endif