~javier-lopez/ubuntu/quantal/cdo/sru-1023329

« back to all changes in this revision

Viewing changes to libcdi/src/calendar.h

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2010-09-22 15:58:09 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100922155809-u1d3vlmlqj02uxjt
Tags: 1.4.6.dfsg.1-1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _CALENDAR_H
 
2
#define _CALENDAR_H
 
3
 
 
4
void encode_caldaysec(int calendar, int year, int month, int day, int hour, int minute, int second,
 
5
                      int *julday, int *secofday);
 
6
void decode_caldaysec(int calendar, int julday, int secofday, 
 
7
                      int *year, int *month, int *day, int *hour, int *minute, int *second);
 
8
 
 
9
#endif  /* _CALENDAR_H */