scripts/update-cmd.pl: run update two times
[project/unetd.git] / wg.h
diff --git a/wg.h b/wg.h
index 5a7aac1b847315449da1a7cebca7b50ddecbdbe2..2060eaf2259cf9fe6fd6fee1be44d8959b00cde1 100644 (file)
--- a/wg.h
+++ b/wg.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
@@ -37,7 +37,6 @@ struct wg {
        const struct wg_ops *ops;
 };
 
-extern const struct wg_ops wg_dummy_ops;
 extern const struct wg_ops wg_user_ops;
 extern const struct wg_ops wg_linux_ops;