summaryrefslogtreecommitdiffstats
path: root/ktalkd/ktalkd/unixsock.h
blob: 719c667a9d35a345a154195bc4d39284ed659a82 (plain)
1
2
3
4
5
6
#ifndef UNIXSOCK_H
#define UNIXSOCK_H

bool sendToKtalk (const char *username, const char *announce);

#endif