File: callbacks.h

package info (click to toggle)
vreng 1.6.3-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,400 kB
  • ctags: 3,097
  • sloc: ansic: 15,988; sh: 1,845; perl: 1,330; makefile: 59
file content (14 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CALLBACKS_H
#define CALLBACKS_H

#include "members.h"			/* userLogging */
#include "channel.h"

void selectedObjectDeletion(Solid);

/* void quitChannel(); */
void quitChannel(Channel *);
void newChannel(char *);
void initialChannel(char *);

#endif  /* CALLBACKS_H */