@@ -28,18 +28,18 @@ * * Possible keys are: * * * @ref OFNetworkInterfaceAddresses */ -typedef OFString *OFNetworkInterfaceInfoKey; +typedef OFConstantString *OFNetworkInterfaceInfoKey; /** * @brief The addresses of a network interface. * * This maps to an @ref OFData of @ref OFSocketAddress. */ -extern const OFConstantString *OFNetworkInterfaceAddresses; +extern OFConstantString *const OFNetworkInterfaceAddresses; #endif /** * @class OFSystemInfo OFSystemInfo.h ObjFW/OFSystemInfo.h *