GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
driver/Client.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for driver/Client.c:

Go to the source code of this file.

Functions

void COM_Client_Open (void)
 
void COM_Client_Close (void)
 

Function Documentation

void COM_Client_Close ( void  )

Definition at line 10 of file driver/Client.c.

References driver::Client_Close.

Referenced by LIB_main(), LOC_close_driver(), and LOC_release_driver().

void COM_Client_Open ( void  )

Definition at line 4 of file driver/Client.c.

References driver::Client_Open.

Referenced by LIB_main(), and LOC_open_driver().