summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:48:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:48:55 +0000
commit6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded (patch)
tree1924e009c8633f09c7c8545346ea661bbc9d8593 /libmu_scm
parent1463c0c32eca1ab83e1d35bd44e057c0b3d7002f (diff)
downloadmailutils-6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded.tar.gz
mailutils-6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded.tar.bz2
Fixed inlcudes.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mu_mime.c1
-rw-r--r--libmu_scm/mu_scm.c1
-rw-r--r--libmu_scm/mu_util.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c
index 6c30dcc4c..b1db9aa4f 100644
--- a/libmu_scm/mu_mime.c
+++ b/libmu_scm/mu_mime.c
@@ -13,13 +13,12 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mu_scm.h"
-#include <mailutils/mime.h>
long mime_tag;
struct mu_mime
{
mime_t mime;
diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c
index 36b1ea078..17d20e414 100644
--- a/libmu_scm/mu_scm.c
+++ b/libmu_scm/mu_scm.c
@@ -13,13 +13,12 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mu_scm.h"
-#include <mailutils/registrar.h>
#ifndef _PATH_SENDMAIL
# define _PATH_SENDMAIL "/usr/lib/sendmail"
#endif
SCM
diff --git a/libmu_scm/mu_util.c b/libmu_scm/mu_util.c
index 69740d958..1a9713ae5 100644
--- a/libmu_scm/mu_util.c
+++ b/libmu_scm/mu_util.c
@@ -13,13 +13,12 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mu_scm.h"
-#include <mailutils/mu_auth.h>
SCM_DEFINE (mu_scm_getpwuid, "mu-getpwuid", 1, 0, 0,
(SCM USER),
"Look up an entry in the user database. USER can be an integer,\n"
"or a string, giving the behaviour of mu_get_auth_by_uid or mu_get_auth_by_name\n"
"respectively.\n"

Return to:

Send suggestions and report system problems to the System administrator.