Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
httpClose.c File Reference
#include <stddef.h>
#include <stdlib.h>
#include <http.h>
#include <interrupt.h>
#include <semaphore.h>

Functions

devcall httpClose (device *devptr)
 

Function Documentation

devcall httpClose ( device *  devptr)

Close a HTTP device.

Parameters
devptrHTTP device table entry
Returns
OK if HTTP is closed properly, otherwise SYSERR