Skip to content
Snippets Groups Projects
Commit 85e06ede authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added set_keepalive().

Rev: src/modules/files/file_functions.h:1.10
parent 240245e5
No related branches found
No related tags found
No related merge requests found
...@@ -65,4 +65,8 @@ ...@@ -65,4 +65,8 @@
/* FILE_FUNC("tcsetpgrp",file_tcsetpgrp,"function(int:int)") */ /* FILE_FUNC("tcsetpgrp",file_tcsetpgrp,"function(int:int)") */
#endif #endif
#ifdef SO_KEEPALIVE
FILE_FUNC("set_keepalive",file_set_keepalive,"function(int:int)")
#endif
#undef FILE_FUNC #undef FILE_FUNC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment