Skip to content
Snippets Groups Projects
Commit ae9bd2ed authored by H. William Welliver III's avatar H. William Welliver III
Browse files

typo

Rev: src/modules/files/udp.c:1.58
parent 0df63c66
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: udp.c,v 1.57 2003/11/04 18:17:40 grubba Exp $
|| $Id: udp.c,v 1.58 2003/11/04 22:31:29 bill Exp $
*/
#define NO_PIKE_SHORTHAND
......@@ -10,7 +10,7 @@
#include "file_machine.h"
RCSID("$Id: udp.c,v 1.57 2003/11/04 18:17:40 grubba Exp $");
RCSID("$Id: udp.c,v 1.58 2003/11/04 22:31:29 bill Exp $");
#include "fdlib.h"
#include "pike_netlib.h"
#include "interpret.h"
......@@ -871,7 +871,7 @@ void init_udp(void)
ADD_STORAGE(struct udp_storage);
PIKE_MAP_VARIABLE("_read_callback", OFFSETOF(udp_storage, read_callback),
tFunc(tNone, tInt_10), T_MIXED, ID_STATIC|ID_PRIVATE);
tFunc(tNone, tInt_10), PIKE_T_MIXED, ID_STATIC|ID_PRIVATE);
ADD_FUNCTION("set_type",udp_set_type,
tFunc(tInt tOr(tVoid,tInt),tObj),0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment