diff options
Diffstat (limited to 'libguile/deprecated.h')
-rw-r--r-- | libguile/deprecated.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libguile/deprecated.h b/libguile/deprecated.h index cfbea6bbb..5f95f2711 100644 --- a/libguile/deprecated.h +++ b/libguile/deprecated.h @@ -5,7 +5,7 @@ #ifndef SCM_DEPRECATED_H #define SCM_DEPRECATED_H -/* Copyright (C) 2003,2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +/* Copyright (C) 2003,2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -865,6 +865,13 @@ SCM_DEPRECATED SCM scm_gc_live_object_stats (void); +SCM_DEPRECATED SCM scm_htons (SCM in); +SCM_DEPRECATED SCM scm_ntohs (SCM in); +SCM_DEPRECATED SCM scm_htonl (SCM in); +SCM_DEPRECATED SCM scm_ntohl (SCM in); + + + void scm_i_init_deprecated (void); #endif |