[asterisk-commits] mnicholson: branch mnicholson/asttest r170391 - /team/mnicholson/asttest/astt...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 23 00:13:43 CST 2009
Author: mnicholson
Date: Fri Jan 23 00:13:43 2009
New Revision: 170391
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=170391
Log:
added missing asttest.h file
Added:
team/mnicholson/asttest/asttest/include/asttest/asttest.h (with props)
Added: team/mnicholson/asttest/asttest/include/asttest/asttest.h
URL: http://svn.digium.com/svn-view/asterisk/team/mnicholson/asttest/asttest/include/asttest/asttest.h?view=auto&rev=170391
==============================================================================
--- team/mnicholson/asttest/asttest/include/asttest/asttest.h (added)
+++ team/mnicholson/asttest/asttest/include/asttest/asttest.h Fri Jan 23 00:13:43 2009
@@ -1,0 +1,32 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2008, Digium, Inc.
+ *
+ * Matthew Nichiolson <mnicholson at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+#ifndef ASTTEST_ASTTEST_H
+#define ASTTEST_ASTTEST_H
+
+#include <linux/limits.h>
+
+struct asttest_opts {
+ unsigned int warn_on_error:1;
+ const char *log_filename;
+};
+
+extern const char *default_log_filename;
+extern char path_to_asttest[PATH_MAX];
+
+#endif
Propchange: team/mnicholson/asttest/asttest/include/asttest/asttest.h
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/mnicholson/asttest/asttest/include/asttest/asttest.h
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/mnicholson/asttest/asttest/include/asttest/asttest.h
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list