/*--------------------------------------------------* * $Header: /usr/src/Projects/rain/RCS/rain_mem.h,v 1.1 2001/06/27 21:05:51 root Exp root $ * $Author: root $ * rain_mem.h * rain - by Evil (mystic@tenebrous.com) * A flexible packet flooder for testing stability. * Copyright(c) 2001 * Licensed under the GNU General Public License * * $Log: rain_mem.h,v $ * Revision 1.1 2001/06/27 21:05:51 root * Initial revision * *-------------------------------------------------*/ #ifndef _RAIN_MEM_H_ #define _RAIN_MEM_H_ void freebuf(void *); #endif /* rain_mem.h */