retire PUBLIC, PRIVATE and FORWARD

This commit is contained in:
Ben Gras
2012-03-25 21:58:14 +02:00
parent 6a73e85ad1
commit 7336a67dfe
603 changed files with 5776 additions and 5779 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
/*===========================================================================*
* hgfs_opendir *
*===========================================================================*/
PUBLIC int hgfs_opendir(path, handle)
int hgfs_opendir(path, handle)
char *path;
hgfs_dir_t *handle;
{
@@ -28,7 +28,7 @@ hgfs_dir_t *handle;
/*===========================================================================*
* hgfs_readdir *
*===========================================================================*/
PUBLIC int hgfs_readdir(handle, index, buf, size, attr)
int hgfs_readdir(handle, index, buf, size, attr)
hgfs_dir_t handle;
unsigned int index;
char *buf;
@@ -58,7 +58,7 @@ struct hgfs_attr *attr;
/*===========================================================================*
* hgfs_closedir *
*===========================================================================*/
PUBLIC int hgfs_closedir(handle)
int hgfs_closedir(handle)
hgfs_dir_t handle;
{
/* Close an open directory.