summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-04-10 18:36:08 -0400
committerGreg Hudson <ghudson@mit.edu>2013-04-12 11:03:48 -0400
commit3e0faa329b0599c775547603dea21a6e18b4029d (patch)
tree7abca79c3358f4e86f5b902e6f204e1fae7d024f /src/include/k5-int.h
parente4de1f768e818911e6c035ddcbaf0127e0eccb40 (diff)
downloadkrb5-3e0faa329b0599c775547603dea21a6e18b4029d.tar.gz
krb5-3e0faa329b0599c775547603dea21a6e18b4029d.tar.xz
krb5-3e0faa329b0599c775547603dea21a6e18b4029d.zip
Get rid of cm.c and cm.h
Since net-server.c now uses libverto, only sendto_kdc.c consumes cm.c. Move stuff out of cm.c and cm.h into sendto_kdc.c and get rid of them. Change the sendto_kdc callback (used by chpw.c) to receive the socket descriptor instead of the entire conn_state structure, and move the declarations into os-proto.h. struct remote_address also needs to be in os-proto.h so that trace.c and t_trace.c can use it. k5_curtime isn't needed since k5-platform.h now guarantees the presence of gettimeofday().
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index a489ce3839..37bd9ffb06 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -562,8 +562,6 @@ extern char *strdup (const char *);
#include "k5-gmt_mktime.h"
-struct sendto_callback_info;
-
/* libos.spec */
krb5_error_code krb5_lock_file(krb5_context, int, int);
krb5_error_code krb5_unlock_file(krb5_context, int);