X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fuping.h;h=d0fa0bec9cf9b65060d031bd68ab8c8f8735f4bd;hb=a36ad5e29241b0c89379947b13887cb6930ef3e0;hp=fe7ae8f37c4eef9789616b367f3ae06a446f2bf9;hpb=636fd0f104567915156ea97f7e2c7cd1d690f779;p=ircu2.10.12-pk.git diff --git a/include/uping.h b/include/uping.h index fe7ae8f..d0fa0be 100644 --- a/include/uping.h +++ b/include/uping.h @@ -15,8 +15,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ + */ +/** @file + * @brief UDP ping implementation. + * @version $Id$ */ #ifndef INCLUDED_uping_h #define INCLUDED_uping_h @@ -73,7 +75,6 @@ extern void uping_send(struct UPing* pptr); extern void uping_read(struct UPing* pptr); extern void uping_end(struct UPing* pptr); extern void uping_cancel(struct Client *sptr, struct Client *acptr); -extern void uping_echo(void); extern struct UPing* uping_begin(void); extern int uping_server(struct Client* sptr, struct ConfItem* aconf, int port, int count);