Files
metasploit-gs/external/ruby-lorcon/Lorcon.h
T
HD Moore 207ad420a5 Support non-linux hosts (once Lorcon itself is ready)
git-svn-id: file:///home/svn/framework3/trunk@4922 4d416f70-5f16-0410-b530-b9f4589650da
2007-05-17 20:18:05 +00:00

13 lines
202 B
C

#ifndef _MSFLORCON_H
#define _MSFLORCON_H
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <sys/socket.h>
#include <tx80211.h>
#include <tx80211_packet.h>
#endif