Software /
code /
prosody
Comparison
util/vcard.lua @ 6265:f8945a030bc6
util.vcard: Add missing local declaration
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 May 2014 22:09:32 +0200 |
parent | 6263:e208950446c8 |
child | 6308:94c3cf8293a7 |
comparison
equal
deleted
inserted
replaced
6264:12a083299bb7 | 6265:f8945a030bc6 |
---|---|
15 local from_text, to_text, from_xep54, to_xep54; | 15 local from_text, to_text, from_xep54, to_xep54; |
16 | 16 |
17 local line_sep = "\n"; | 17 local line_sep = "\n"; |
18 | 18 |
19 local vCard_dtd; -- See end of file | 19 local vCard_dtd; -- See end of file |
20 local vCard4_dtd; | |
20 | 21 |
21 local function fold_line() | 22 local function fold_line() |
22 error "Not implemented" --TODO | 23 error "Not implemented" --TODO |
23 end | 24 end |
24 local function unfold_line() | 25 local function unfold_line() |