]> ruin.nu Git - adress.git/blob - functions.h
Have fixed the saving..
[adress.git] / functions.h
1 #ifndef __functions_h__
2 #define __functions_h__
3 #include "contact.h"
4
5 void display();
6 void add();
7 void remove();
8 void printContactInfo(int num, CContact* contact);
9 void search();
10
11 void save();
12 void load();
13
14 void modify();
15
16 #endif