More tweaks to try & get Haiku Trash working
h/t Jérôme for all the hand-holding for Luc & me
This commit is contained in:
parent
61f4c24d0f
commit
8ba9fb85e1
2 changed files with 4 additions and 2 deletions
|
|
@ -52,7 +52,9 @@
|
|||
#include <storage/Path.h>
|
||||
#include <support/TypeConstants.h>
|
||||
|
||||
status_t haiku_trash(const char *f)
|
||||
static const char *kAttrOriginalPath = "_trk/original_path";
|
||||
|
||||
extern "C" status_t haiku_trash(const char *f)
|
||||
{
|
||||
status_t err;
|
||||
attr_info ai;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue