Explorar o código

Del shell_access.c

Serj Kalichev %!s(int64=9) %!d(string=hai) anos
pai
achega
63512f8e93
Modificáronse 3 ficheiros con 9 adicións e 15 borrados
  1. 0 1
      clish/shell/module.am
  2. 0 14
      clish/shell/shell_access.c
  3. 9 0
      clish/shell/shell_startup.c

+ 0 - 1
clish/shell/module.am

@@ -23,7 +23,6 @@ libclish_la_SOURCES += \
 	clish/shell/shell_expat.c \
 	clish/shell/shell_udata.c \
 	clish/shell/shell_misc.c \
-	clish/shell/shell_access.c \
 	clish/shell/context.c
 
 

+ 0 - 14
clish/shell/shell_access.c

@@ -1,14 +0,0 @@
-/*
- * shell_access.c
- */
-#include <string.h>
-
-#include "private.h"
-
-/*-------------------------------------------------------- */
-int clish_shell_check_access(clish_shell_t *this)
-{
-
-
-	return 0;
-}

+ 9 - 0
clish/shell/shell_startup.c

@@ -70,4 +70,13 @@ const char * clish_shell__get_default_shebang(const clish_shell_t *this)
 	return this->default_shebang;
 }
 
+/*-------------------------------------------------------- */
+int clish_shell_check_access(clish_shell_t *this)
+{
+
+
+	return 0;
+}
+
+
 /*----------------------------------------------------------- */