mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef IPC_H
|
|
#define IPC_H
|
|
|
|
PGF_INTERNAL_DECL
|
|
pthread_rwlock_t *pgf_acquire_file_rwlock(const char* file_path);
|
|
|
|
#endif
|