File: callbacks.h

package info (click to toggle)
libsendmail-milter-perl 0.18-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 240 kB
  • sloc: ansic: 1,601; perl: 349; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2000 Charles Ying. All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the same terms as sendmail itself.
 *
 */

#ifndef __CALLBACKS_H_
#define __CALLBACKS_H_

extern void init_callbacks(int, int);
extern void register_callbacks(struct smfiDesc *, char *, HV *, int);

#endif /* __CALLBACKS_H_ */