Skip to content

Commit

Permalink
Do not expose _idn2_punycode_* functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jul 12, 2018
1 parent bdb1d59 commit 1d1f2e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/punycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@
not, see <http://www.gnu.org/licenses/>.
*/

#include <stddef.h>
#include <stdint.h>

extern _IDN2_API int
int
_idn2_punycode_encode (size_t input_length,
const uint32_t input[],
size_t * output_length, char output[]);

extern _IDN2_API int
int
_idn2_punycode_decode (size_t input_length,
const char input[],
size_t * output_length,
Expand Down

0 comments on commit 1d1f2e5

Please sign in to comment.