venus: Remove dedebug
[openafs.git] / src / WINNT / afsrdr / user / RDRPrototypes.h
index a29d9b5..874fca5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2008 Secure Endpoints, Inc.
- * Copyright (c) 2009-2011 Your File System, Inc.
+ * Copyright (c) 2009-2013 Your File System, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -79,7 +79,7 @@ RDR_EvaluateNodeByName( IN cm_user_t *userp,
                         IN BOOL      CaseSensitive,
                         IN BOOL      LastComponent,
                         IN BOOL      bWow64,
-                        IN BOOL      bQueryStatus,
+                        IN BOOL      bFollowMount,
                         IN BOOL      bHoldFid,
                         IN DWORD     ResultBufferLength,
                         IN OUT AFSCommResult **ResultCB);
@@ -144,6 +144,16 @@ RDR_HardLinkFileEntry( IN cm_user_t *userp,
                        IN OUT AFSCommResult **ResultCB);
 
 void
+RDR_CreateSymlinkEntry( IN cm_user_t *userp,
+                        IN AFSFileID FileId,
+                        IN WCHAR *FileName,
+                        IN DWORD FileNameLength,
+                        IN AFSCreateSymlinkCB *SymlinkCB,
+                        IN BOOL bWow64,
+                        IN DWORD ResultBufferLength,
+                        IN OUT AFSCommResult **ResultCB);
+
+void
 RDR_FlushFileEntry( IN cm_user_t *userp,
                     IN AFSFileID FileId,
                     IN BOOL bWow64,