Exported symbol list updated to 5.1-SP2
[reactos.git] / reactos / lib / advapi32 / misc / sysfunc.c
index e6c09a5..b2e6742 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: sysfunc.c,v 1.8 2004/08/15 17:03:14 chorns Exp $
+/* $Id$
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -77,20 +77,6 @@ SystemFunction005(INT a, INT b, INT c)
        return 5;
 }
 
-
-/**********************************************************************
- *
- * @unimplemented
- */
-INT
-STDCALL
-SystemFunction006(INT a, INT b)
-{
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return 6;
-}
-
-
 /**********************************************************************
  *
  * @unimplemented
@@ -466,4 +452,16 @@ SystemFunction035(INT a, INT b)
        return 35;
 }
 
+/**********************************************************************
+ *
+ * @unimplemented
+ */
+INT
+STDCALL
+SystemFunction036(INT a, INT b)
+{
+       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+       return 36;
+}
+
 /* EOF */