/* * scamper_do_ping.h * * $Id: scamper_do_ping.h,v 1.5 2007/05/08 01:46:37 mjl Exp $ * * Copyright (C) 2005-2007 The University of Waikato * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 2. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ #ifndef __SCAMPER_DO_PING_H #define __SCAMPER_DO_PING_H scamper_ping_t *scamper_do_ping_alloc(char *str); scamper_task_t *scamper_do_ping_alloctask(scamper_ping_t *ping, scamper_list_t *list, scamper_cycle_t *cycle); void scamper_do_ping_cleanup(void); int scamper_do_ping_init(void); #endif /* __SCAMPER_DO_PING_H */