+captive_private_bcb_pin_object_get() to just query existing objects hash.
authorshort <>
Wed, 13 Aug 2003 09:12:43 +0000 (09:12 +0000)
committershort <>
Wed, 13 Aug 2003 09:12:43 +0000 (09:12 +0000)
src/libcaptive/cc/privatebcbpin.h

index cd7b429..3922bdc 100644 (file)
@@ -46,6 +46,8 @@ void _captive_private_bcb_pin_object_connect_SharedCacheMap
                (CaptivePrivateBcbPinObject *captive_private_bcb_pin_object,CaptiveSharedCacheMapObject *SharedCacheMap);
 CaptivePrivateBcbPinObject *captive_private_bcb_pin_object_new(CaptiveSharedCacheMapObject *captive_shared_cache_map_object,
                guint64 offset);
+CaptivePrivateBcbPinObject *captive_private_bcb_pin_object_get(CaptiveSharedCacheMapObject *captive_shared_cache_map_object,
+               guint64 offset);
 CaptivePrivateBcbPinObject *captive_private_bcb_pin_object_get_ref(CaptiveSharedCacheMapObject *captive_shared_cache_map_object,
                guint64 offset);
 gboolean captive_private_bcb_pin_object_is_dirty(CaptivePrivateBcbPinObject *captive_private_bcb_pin_object);