chiark / gitweb /
unit: no need to export variables if we can avoid it
[elogind.git] / src / shared / unit-name.h
index 9150dd0b3f75de5bd89bbb9a3f29196108546945..c28d55d3e84360c9d70ebd831880e6b9514f2ac1 100644 (file)
@@ -53,11 +53,9 @@ enum UnitLoadState {
         _UNIT_LOAD_STATE_INVALID = -1
 };
 
-extern const char* const unit_type_table[];
 const char *unit_type_to_string(UnitType i);
 UnitType unit_type_from_string(const char *s);
 
-extern const char* const unit_load_state_table[];
 const char *unit_load_state_to_string(UnitLoadState i);
 UnitLoadState unit_load_state_from_string(const char *s);