|
server 0.0.1
basicserverinfrastructure
|
#include "http/header.h"
Go to the source code of this file.
Functions | |
| void | httpHeaderSort (const HttpHeader header[], int nheader) |
| void httpHeaderSort | ( | const HttpHeader | header[], |
| int | nheader | ||
| ) |
Definition at line 14 of file sort.c.
{
qsort(header, nheader, sizeof(HttpHeader), comp);
}
