summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-10-30 10:37:36 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-10-30 10:38:51 +0100
commit84adba018fe8de37e6d4f08db5ab51b505d67673 (patch)
treedc16e6091a19aec6fab154ce8e9ca84fe46c6413 /src/core.h
parenta71d0bf8541d4fc3d77c3105ea906a2759648d57 (diff)
core: add FS_PATH_MAX
ref: https://github.com/alfredh/baresip/pull/143
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index 422b1ce..2cda010 100644
--- a/src/core.h
+++ b/src/core.h
@@ -5,6 +5,10 @@
*/
+/* max bytes in pathname */
+#define FS_PATH_MAX 256
+
+
/**
* RFC 3551:
*