File: move_into_libpisock.h

package info (click to toggle)
jppy 0.0.47-1.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,188 kB
  • ctags: 4,558
  • sloc: ansic: 51,314; python: 5,949; yacc: 1,303; makefile: 735; sh: 555; sed: 10
file content (12 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#include <pi-contact.h>
#include <pi-todo.h>
#include <pi-memo.h>
#include <pi-datebook.h>

void new_Contact(struct Contact *a);

void new_ToDo(struct ToDo *a);

void new_Memo(struct Memo *a);

void new_Appointment(struct Appointment *a);