View | Details | Raw Unified | Return to bug 33390
Collapse All | Expand All

(-)a/vhttpd/guile/wrap.c (+3 lines)
Lines 6-11 Link Here
6
6
7
#include <libguile.h>
7
#include <libguile.h>
8
#include <vhttpd.h>
8
#include <vhttpd.h>
9
#include <locale.h>
9
10
10
/*** main wrappers */
11
/*** main wrappers */
11
static SCM
12
static SCM
Lines 641-646 void scm_init_vhttpd (void); Link Here
641
void
642
void
642
scm_init_vhttpd (void)
643
scm_init_vhttpd (void)
643
{
644
{
645
  setlocale(LC_ALL, "ru_RU.UTF-8"); // FIXME
646
644
  /* vhttpd/socket.h */
647
  /* vhttpd/socket.h */
645
  scm_c_define_gsubr ("make-unix-client-socket", 1, 0, 0, _make_unix_client_socket);
648
  scm_c_define_gsubr ("make-unix-client-socket", 1, 0, 0, _make_unix_client_socket);
646
  scm_c_define_gsubr ("make-unix-server-socket", 3, 0, 0, _make_unix_server_socket);
649
  scm_c_define_gsubr ("make-unix-server-socket", 3, 0, 0, _make_unix_server_socket);

Return to bug 33390