summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
Diffstat (limited to 'libguile')
-rw-r--r--libguile/script.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/script.h b/libguile/script.h
index 31b3d7ccc..3c418b01e 100644
--- a/libguile/script.h
+++ b/libguile/script.h
@@ -26,10 +26,6 @@
SCM_API char *scm_find_executable (const char *name);
-SCM_API char *scm_find_impl_file (char *exec_path,
- const char *generic_name,
- const char *initname,
- const char *sep);
SCM_API char **scm_get_meta_args (int argc, char **argv);
SCM_API int scm_count_argv (char **argv);
SCM_API void scm_shell_usage (int fatal, char *message);