summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_file_name.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_file_name.h')
-rw-r--r--src/nxt_file_name.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/nxt_file_name.h b/src/nxt_file_name.h
new file mode 100644
index 00000000..a0c00406
--- /dev/null
+++ b/src/nxt_file_name.h
@@ -0,0 +1,15 @@
+
+/*
+ * Copyright (C) Igor Sysoev
+ * Copyright (C) NGINX, Inc.
+ */
+
+#ifndef _NXT_FILE_NAME_H_INCLUDED_
+#define _NXT_FILE_NAME_H_INCLUDED_
+
+
+NXT_EXPORT nxt_int_t nxt_file_name_create(nxt_mem_pool_t *mp,
+ nxt_file_name_str_t *fn, const char *format, ...);
+
+
+#endif /* _NXT_FILE_NAME_H_INCLUDED_ */