added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / uping.h
index fe7ae8f37c4eef9789616b367f3ae06a446f2bf9..d0fa0bec9cf9b65060d031bd68ab8c8f8735f4bd 100644 (file)
  * 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);