]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/lib/ZSetDest.c
cast args to des_ecb_encrypt and des_quad_cksum to squash last warnings
[1ts-debian.git] / zephyr / lib / ZSetDest.c
1 /* This file is part of the Project Athena Zephyr Notification System.
2  * It contains source for the ZSetDestAddr function.
3  *
4  *      Created by:     Robert French
5  *
6  *      $Id$
7  *
8  *      Copyright (c) 1987 by the Massachusetts Institute of Technology.
9  *      For copying and distribution information, see the file
10  *      "mit-copyright.h". 
11  */
12
13 #ifndef lint
14 static const char rcsid_ZSetDestAddr_c[] = "$Id$";
15 #endif
16
17 #include <internal.h>
18
19 Code_t
20 ZSetDestAddr(struct sockaddr_in *addr)
21 {
22         __HM_addr = *addr;
23
24         __HM_set = 1;
25         
26         return (ZERR_NONE);
27 }