datastore inheritance is a channel feature, so move this definition back

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135681 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-08-05 17:05:34 +00:00
parent 7df8b8b848
commit f24d7a89f5
2 changed files with 2 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ extern "C" {
#include "asterisk/linkedlists.h"
#define DATASTORE_INHERIT_FOREVER INT_MAX
/*! \brief Structure for a data store type */
struct ast_datastore_info {
const char *type; /*!< Type of data store */