The private functions for uuidd should not be included in the normal
versioned part or the library.
Signed-off-by: Karel Zak <kzak@redhat.com>
uuid_time;
uuid_type;
uuid_variant;
-
- /* __uuid_* this is not part of the official API, this is
- * uuidd (uuid daemon) specific stuff. Hell.
- */
- __uuid_generate_time;
- __uuid_generate_random;
-local:
- *;
};
/*
global:
uuid_generate_time_safe;
} UUID_1.0;
+
+
+/*
+ * __uuid_* this is not part of the official API, this is
+ * uuidd (uuid daemon) specific stuff. Hell.
+ */
+UUIDD_PRIVATE {
+global:
+ __uuid_generate_time;
+ __uuid_generate_random;
+local:
+ *;
+};