Skip to content
Snippets Groups Projects
Verified Commit 744cddf1 authored by Benny Baumann's avatar Benny Baumann
Browse files

chg: Minor cleanup

parent e71f95b0
Branches
No related merge requests found
#include "if/if.hpp"
int main() {
return ifmon_detect_changes();
return ifdev_monitor_changes();
}
......@@ -2,8 +2,4 @@
#include <stdint.h>
extern "C" {
int ifmon_detect_changes ();
}
int ifdev_monitor_changes();
......@@ -144,7 +144,7 @@ int read_event (int sockint) {
return ret;
}
int ifmon_detect_changes () {
int ifdev_monitor_changes() {
fd_set rfds, wfds;
(void)wfds;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment