File: cal_misc.h

package info (click to toggle)
libmcal 0.6-16
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 556 kB
  • ctags: 472
  • sloc: ansic: 4,397; makefile: 179; sh: 124
file content (10 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#ifndef _CALMISC_H
#define _CALMISC_H

#include "mcal.h"

/* Parse routines. */
unsigned char*  cal_decode_base64(unsigned char *buf, size_t *size);
bool            cal_decode_dt(datetime_t *dt, const char *s);

#endif