[svn-commits] oej: branch oej/codename-pineapple r44741 -
/team/oej/codename-pineapple/chan...
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sat Oct 7 14:03:09 MST 2006
Author: oej
Date: Sat Oct 7 16:03:08 2006
New Revision: 44741
URL: http://svn.digium.com/view/asterisk?rev=44741&view=rev
Log:
Adding .h file
Added:
team/oej/codename-pineapple/channels/sip3/sip3.h (with props)
Added: team/oej/codename-pineapple/channels/sip3/sip3.h
URL: http://svn.digium.com/view/asterisk/team/oej/codename-pineapple/channels/sip3/sip3.h?rev=44741&view=auto
==============================================================================
--- team/oej/codename-pineapple/channels/sip3/sip3.h (added)
+++ team/oej/codename-pineapple/channels/sip3/sip3.h Sat Oct 7 16:03:08 2006
@@ -1,0 +1,23 @@
+/*
+ * Asterisk -- A telephony toolkit for Linux.
+ *
+ * Implementation of SIP - The Session Initiation protocol
+ *
+ * Version 3 of the SIP channel
+ *
+ * Copyright (C) 2003-2006, Digium Inc
+ * and Edvina AB (for the chan_sip3 additions/changes)
+ *
+ * Mark Spencer <markster at linux-support.net>
+ * and Olle E. Johansson <oej at edvina.net>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License
+ */
+
+#ifndef _SIP3_H
+#define _SIP3_H
+
+#define THIS_IS_A_TEST "Pineapples are sweet"
+
+#endif
Propchange: team/oej/codename-pineapple/channels/sip3/sip3.h
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/oej/codename-pineapple/channels/sip3/sip3.h
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/oej/codename-pineapple/channels/sip3/sip3.h
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the svn-commits
mailing list