aboutsummaryrefslogtreecommitdiff
path: root/src/lj_strfmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_strfmt.h')
-rw-r--r--src/lj_strfmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_strfmt.h b/src/lj_strfmt.h
index c440f946..6f3dc0be 100644
--- a/src/lj_strfmt.h
+++ b/src/lj_strfmt.h
@@ -82,6 +82,8 @@ LJ_FUNC SBuf *lj_strfmt_putnum_int(SBuf *sb, SFormat sf, lua_Number n);
82LJ_FUNC SBuf *lj_strfmt_putnum_uint(SBuf *sb, SFormat sf, lua_Number n); 82LJ_FUNC SBuf *lj_strfmt_putnum_uint(SBuf *sb, SFormat sf, lua_Number n);
83LJ_FUNC SBuf *lj_strfmt_putnum(SBuf *sb, SFormat, lua_Number n); 83LJ_FUNC SBuf *lj_strfmt_putnum(SBuf *sb, SFormat, lua_Number n);
84 84
85LJ_FUNC GCstr *lj_strfmt_obj(lua_State *L, cTValue *o);
86
85LJ_FUNC const char *lj_strfmt_pushvf(lua_State *L, const char *fmt, 87LJ_FUNC const char *lj_strfmt_pushvf(lua_State *L, const char *fmt,
86 va_list argp); 88 va_list argp);
87LJ_FUNC const char *lj_strfmt_pushf(lua_State *L, const char *fmt, ...) 89LJ_FUNC const char *lj_strfmt_pushf(lua_State *L, const char *fmt, ...)