summaryrefslogtreecommitdiff
path: root/include/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/network.h')
-rw-r--r--include/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h
index 8f9dd94a..5bca62ad 100644
--- a/include/network.h
+++ b/include/network.h
@@ -163,6 +163,7 @@ struct connman_network_driver {
void (*remove) (struct connman_network *network);
int (*connect) (struct connman_network *network);
int (*disconnect) (struct connman_network *network);
+ int (*forget) (struct connman_network *network);
int (*set_autoconnect) (struct connman_network *network,
bool autoconnect);
};