Deleted Added
sdiff udiff text old ( 247485 ) new ( 263970 )
full compact
1/* $OpenBSD: monitor_wrap.h,v 1.24 2014/01/29 06:18:35 djm Exp $ */
2
3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 87 unchanged lines hidden (view full) ---

97/* bsdauth */
98int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
99int mm_bsdauth_respond(void *, u_int, char **);
100
101/* skey */
102int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
103int mm_skey_respond(void *, u_int, char **);
104
105/* zlib allocation hooks */
106
107void *mm_zalloc(struct mm_master *, u_int, u_int);
108void mm_zfree(struct mm_master *, void *);
109void mm_init_compression(struct mm_master *);
110
111#endif /* _MM_WRAP_H_ */