Add Missing netatalk files
All checks were successful
Source release / source-package (push) Successful in 48s
All checks were successful
Source release / source-package (push) Successful in 48s
This commit is contained in:
13
include/nwatalk.h
Normal file
13
include/nwatalk.h
Normal 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
|
||||
Reference in New Issue
Block a user