summaryrefslogtreecommitdiffstats
path: root/friendfinder/receiver.h
blob: c222342bb9c53f301e0e8dc4d9aa0426c920779c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __GUI_H_
#define __GUI_H_

/* calls main for receiver */
void receiver_main(char *user);

/* start irc session */
void receiver_run_irc();

/* stop irc session */
void receiver_stop_irc();

#endif