chiark / gitweb /
util: detect page size runtime.
[elogind.git] / src / target.h
index 5397d50d7c1069486cdef29e5c088025fb52b09a..b1d055f9a8678640b1d0587176e4201d9dd2f7e0 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef footargethfoo
 #define footargethfoo
@@ -41,8 +41,6 @@ struct Target {
 
 extern const UnitVTable target_vtable;
 
-int target_get_runlevel(Target *t);
-
 const char* target_state_to_string(TargetState i);
 TargetState target_state_from_string(const char *s);