1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Remove unimplemented decl in script.h

* libguile/script.h (scm_find_impl_file): Remove unimplemented decl.
This commit is contained in:
Andy Wingo 2018-10-07 15:57:50 +02:00
parent 03581c04d7
commit edba440885

View file

@ -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);