*** empty log message ***

This commit is contained in:
2005-05-21 15:55:50 +00:00
parent 85b20473ac
commit 70a5ead5cc
7 changed files with 59 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: symbol.h,v 1.2 2005-05-18 04:01:51 bacon Exp $
* $Id: symbol.h,v 1.3 2005-05-21 15:55:49 bacon Exp $
*/
#ifndef _XP_STX_SYMBOL_H_
@@ -7,6 +7,10 @@
#include <xp/stx/stx.h>
#define XP_STX_SYMLINK_SIZE 2
#define XP_STX_SYMLINK_LINK 0
#define XP_STX_SYMLINK_SYMBOL 1
#ifdef __cplusplus
extern "C" {
#endif