From 8821090e4551afe21adaa3d113e416fc1fe42f17 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 17 Jun 2010 09:51:39 +0200 Subject: [PATCH] add delation_date attribute to proxy cfg --- coreapi/private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/private.h b/coreapi/private.h index cd3abd3c9..43f4e0f08 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -207,6 +207,7 @@ struct _LinphoneProxyConfig bool_t publish; bool_t dial_escape_plus; void* user_data; + time_t deletion_date; }; struct _LinphoneAuthInfo