Also extern "C" haiku_print()
h/t Jérôme
This commit is contained in:
parent
fe7f0dddf9
commit
cce95a7274
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
(See COPYING.txt)
|
(See COPYING.txt)
|
||||||
|
|
||||||
June 14, 2002 - June 6, 2024
|
June 14, 2002 - June 7, 2024
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
@ -331,7 +331,7 @@ typedef struct safer_dirent
|
||||||
char d_name[FILENAME_MAX];
|
char d_name[FILENAME_MAX];
|
||||||
} safer_dirent;
|
} safer_dirent;
|
||||||
|
|
||||||
extern status_t haiku_trash(const char *f);
|
extern "C" status_t haiku_trash(const char *f);
|
||||||
|
|
||||||
#define dirent safer_dirent
|
#define dirent safer_dirent
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue