File: move_into_libpisock.h

package info (click to toggle)
jppy 0.0.56-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 9,512 kB
  • ctags: 3,972
  • sloc: ansic: 45,883; sh: 10,974; python: 6,331; yacc: 1,014; makefile: 418
file content (19 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <stddef.h>
#include <pi-contact.h>
#include <pi-address.h>
#include <pi-todo.h>
#include <pi-memo.h>
#include <pi-datebook.h>
#include <pi-buffer.h>

#include "pytype_basics.h"

void new_Address(struct Address *a);

void new_Contact(struct Contact *a);

void new_ToDo(struct ToDo *a);

void new_Memo(struct Memo *a);

void new_Appointment(struct Appointment *a);