server 0.0.1
basicserverinfrastructure

src/http/header/sort.c File Reference

#include "http/header.h"
Include dependency graph for sort.c:

Go to the source code of this file.

Functions

void httpHeaderSort (const HttpHeader header[], int nheader)

Function Documentation

void httpHeaderSort ( const HttpHeader  header[],
int  nheader 
)

Definition at line 14 of file sort.c.

{
        qsort(header, nheader, sizeof(HttpHeader), comp);
}

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines