Skip to content
Snippets Groups Projects
Commit f9f7a3f6 authored by Wilhelm Köhler's avatar Wilhelm Köhler Committed by Henrik (Grubba) Grubbström
Browse files

Added external dependency on get_all_active_fd().

Thanks to Wilhelm Köhler.

Rev: src/modules/spider/spider.c:1.35
parent 6ad29379
Branches
Tags
No related merge requests found
...@@ -1263,7 +1263,8 @@ void pike_module_init(void) ...@@ -1263,7 +1263,8 @@ void pike_module_init(void)
add_efun("stardate", f_stardate, "function(int,void|int:int)", 0); add_efun("stardate", f_stardate, "function(int,void|int:int)", 0);
add_efun("timezone", f_timezone, "function(:int)", 0); add_efun("timezone", f_timezone, "function(:int)", 0);
add_efun("get_all_active_fd",f_get_all_active_fd,"function(:array(int))",0); add_efun("get_all_active_fd", f_get_all_active_fd, "function(:array(int))",
OPT_EXTERNAL_DEPEND);
#if 0 #if 0
add_efun("name_process", f_name_process, "function(string:void)", 0); add_efun("name_process", f_name_process, "function(string:void)", 0);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment