]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/calendar/serv_calendar.h
Removed an unused parameter from CtdlSubmitMsg(). Why was it even there?
[citadel.git] / citadel / modules / calendar / serv_calendar.h
index 7ac93aab61bc255c9a07f4549806f96412e1a208..d7a149c53505a508d744b82242435f5f6563b4d2 100644 (file)
@@ -1,8 +1,22 @@
 /*
- * $Id$
- *
  * iCalendar implementation for Citadel
  *
+ *
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *  
+ *  
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  
+ *  
+ *  
  */
 
 /* 
@@ -20,3 +34,4 @@ struct cit_ical {
 };
 
 #define CIT_ICAL CC->CIT_ICAL
+#define MAX_RECUR 1000