OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / ferret / ssdp.c
1 /* Copyright (c) 2007 by Errata Security */\r
2 #include "protos.h"\r
3 #include "netframe.h"\r
4 #include "formats.h"\r
5 \r
6 \r
7 void process_ssdp(struct Seaper *seap, struct NetFrame *frame, const unsigned char *px, unsigned length)\r
8 {\r
9         seap;frame;px;length;\r
10 }\r
11 \r