X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=service.h;h=fef100bad96d27a9aa1a10752256e802e07d3dde;hp=c8e41ba26441fa37c4a005eff95f4f1c4d8ba9f5;hb=ab8ea24411df95861c53aeee1dd91e765331f717;hpb=a7334b0952ab66c17ee787e36e6d2c5ceb387de6 diff --git a/service.h b/service.h index c8e41ba26..fef100bad 100644 --- a/service.h +++ b/service.h @@ -102,7 +102,7 @@ struct Service { RateLimit ratelimit; }; -const UnitVTable service_vtable; +extern const UnitVTable service_vtable; const char* service_state_to_string(ServiceState i); ServiceState service_state_from_string(const char *s);