The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
/*
 * 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_ */