From f047c237fb7e51822bb564f113fa0736e65c1ef9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 22 Apr 2013 15:19:42 +0900 Subject: [PATCH] (concord_ds_p): New prototype. --- concord.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/concord.h b/concord.h index c7ccafe..c2479d1 100644 --- a/concord.h +++ b/concord.h @@ -57,6 +57,8 @@ COS_DS concord_open_env (COS_object ds); int concord_close_ds (CONCORD_DS ds); +int concord_ds_p (COS_object obj); + char* concord_ds_location (CONCORD_DS ds); int -- 1.7.10.4