File: ecgitk.h

package info (click to toggle)
libecgi 0.6.2-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,004 kB
  • ctags: 307
  • sloc: ansic: 1,781; makefile: 126; sh: 13; xml: 7
file content (28 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
   ecgitk.h

   ECgiLib -- Easy CGI Library -- Main header file
   http://www.global-owl.de/ecgi/

   Copyright (C) 2000 by Sven Dawitz <Sven at Dawitz.de>
   based on cgic by Todor Prokopov <koprok@newmail.net>

   Distributed under the GNU General Public License, see the file COPYING for
   more details.
*/

/* not yet finished or dokumented ... */

#include <time.h>

int ctkRedirect(const char *format, ...);
const char *ctkGetSessionID();
const char *ctkTimeToHDate(time_t time);
time_t ctkHDateToTime(const char *hdate);
/*
const char *ctkTimeToHTime(time_t time);
const char *ctkTimeToHDateTime(time_t time);
time_t ctkHTimeToTime(const char *htime);
time_t ctkHDateTimeToTime(const char *hdatetime);
*/