CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/26 15:20:31
Modified files:
usr.sbin/smtpd : smtpd.h queue.c
Added files:
usr.sbin/smtpd : sharedqueue.c
Log message:
move some queue related functions that are needed outside of smtpd to the
sharedqueue.c file, smtpctl cannot link queue.o without creating a mess
otherwise. while at it, move some prototypes to smtpd.h as they will be
needed by enqueue code
