comparison src/sm-archive.cpp @ 17:8ebecad6530f stable-1-6

Add src/daemon* missing from source control. Switch to Mercurial source control.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 21 Mar 2008 16:00:13 -0700
parents 75e1a9bcbc2e
children b24369330483
comparison
equal deleted inserted replaced
16:e57053cd7d20 17:8ebecad6530f
42 42
43 #ifndef HAVE_DAEMON 43 #ifndef HAVE_DAEMON
44 #include "daemon.h" 44 #include "daemon.h"
45 #include "daemon.c" 45 #include "daemon.c"
46 #endif 46 #endif
47
48 static const char* smarchive_version="$Id$";
49
50 47
51 extern "C" { 48 extern "C" {
52 #include <libmilter/mfapi.h> 49 #include <libmilter/mfapi.h>
53 sfsistat mlfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr); 50 sfsistat mlfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr);
54 sfsistat mlfi_envfrom(SMFICTX *ctx, char **argv); 51 sfsistat mlfi_envfrom(SMFICTX *ctx, char **argv);