]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.h
cosmetic stuff
[citadel.git] / webcit / calendar.h
index 09c54f2fd4c9bc453b9d0fa37fbacae25019c802..ad358d23ce53448735d8e36163e0147f73a05f06 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 1996-2010 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 as
+ * published by the Free Software Foundation; either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
 
 #ifndef __CALENDAR_H__
 #define __CALENDAR_H__
@@ -48,6 +65,7 @@ int calendar_GetParamsGetServerCall(SharedMessageStatus *Stat,
                                    long len);
 
 int calendar_Cleanup(void **ViewSpecific);
+int __calendar_Cleanup(void **ViewSpecific);
 
 void render_calendar_view(calview *c);
 void display_edit_individual_event(icalcomponent *supplied_vtodo, long msgnum, char *from,