]> arthur.barton.de Git - netatalk.git/blob - include/atalk/locking.h
Merge master
[netatalk.git] / include / atalk / locking.h
1 /*
2  * Copyright (c) 2011 Frank Lahm
3  * All Rights Reserved.  See COPYRIGHT.
4  */
5
6 #ifndef ATALK_LOCKING_H
7 #define ATALK_LOCKING_H
8
9 #ifdef HAVE_CONFIG_H
10 #include <config.h>
11 #endif
12
13 #include <sys/types.h>
14 #include <inttypes.h>
15
16 extern int locktable_init(const char *path);
17
18 #endif  /* ATALK_LOCKING_H */