Add Missing netatalk files
All checks were successful
Source release / source-package (push) Successful in 48s

This commit is contained in:
Mario Fetka
2026-05-30 01:30:05 +02:00
parent 13737d03c3
commit 771dfb0d39
3 changed files with 150 additions and 0 deletions

13
include/nwatalk.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef _NWATALK_H_
#define _NWATALK_H_
#include "net.h"
#define NWATALK_FINDER_INFO_LEN 32
int nwatalk_backend_available(void);
int nwatalk_get_finder_info(const char *path, uint8 *finder_info,
int finder_info_len);
int nwatalk_get_resource_fork_size(const char *path, uint32 *resource_size);
#endif