retire PUBLIC, PRIVATE and FORWARD

This commit is contained in:
Ben Gras
2012-03-25 20:25:53 +02:00
parent 6a73e85ad1
commit 7336a67dfe
603 changed files with 5776 additions and 5779 deletions

View File

@@ -2,12 +2,12 @@
#include "inc.h"
PRIVATE u64_t time_offset;
static u64_t time_offset;
/*===========================================================================*
* time_init *
*===========================================================================*/
PUBLIC void time_init()
void time_init()
{
/* Initialize the time conversion module.
*/
@@ -24,7 +24,7 @@ PUBLIC void time_init()
/*===========================================================================*
* time_put *
*===========================================================================*/
PUBLIC void time_put(timep)
void time_put(timep)
time_t *timep;
{
/* Store a UNIX timestamp pointed to by the given pointer onto the RPC buffer,
@@ -47,7 +47,7 @@ time_t *timep;
/*===========================================================================*
* time_get *
*===========================================================================*/
PUBLIC void time_get(timep)
void time_get(timep)
time_t *timep;
{
/* Get a HGFS timestamp from the RPC buffer, convert it into a UNIX timestamp,