[ROSAPPS] Add "net" subfolder to build and add all stuff which was built by rbuild...
[reactos.git] / rosapps / applications / net / ncftp / libncftp / util.c
index 914fe56..674fd86 100644 (file)
@@ -13,13 +13,13 @@ extern void GetSpecialDir(char *dst, size_t size, int whichDir);
 #endif
 
 
-static void *
+/* static void *
 Realloc(void *ptr, size_t siz)
 {
        if (ptr == NULL)
                return (void *) malloc(siz);
        return ((void *) realloc(ptr, siz));
-}      /* Realloc */
+}*/
 
 
 /* Use getcwd/getwd to get the full path of the current local