summaryrefslogtreecommitdiff
path: root/src/systemd/sd-pppoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/sd-pppoe.h')
-rw-r--r--src/systemd/sd-pppoe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd/sd-pppoe.h b/src/systemd/sd-pppoe.h
index 318d2f033b..90878ffa27 100644
--- a/src/systemd/sd-pppoe.h
+++ b/src/systemd/sd-pppoe.h
@@ -30,8 +30,8 @@
#include "sparse-endian.h"
enum {
- PPPOE_EVENT_RUNNING = 0,
- PPPOE_EVENT_STOPPED = 1,
+ SD_PPPOE_EVENT_RUNNING = 0,
+ SD_PPPOE_EVENT_STOPPED = 1,
};
typedef struct sd_pppoe sd_pppoe;