[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] nmh/mts/smtp smtp.c
From: |
Josh Bressers |
Subject: |
[Nmh-commits] nmh/mts/smtp smtp.c |
Date: |
Mon, 26 Jan 2009 13:38:13 +0000 |
CVSROOT: /sources/nmh
Module name: nmh
Changes by: Josh Bressers <bress> 09/01/26 13:38:13
Modified files:
mts/smtp : smtp.c
Log message:
Remove duplicate sm_fgetc() declaration
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/mts/smtp/smtp.c?cvsroot=nmh&r1=1.26&r2=1.27
Patches:
Index: smtp.c
===================================================================
RCS file: /sources/nmh/nmh/mts/smtp/smtp.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- smtp.c 21 Jan 2009 19:38:36 -0000 1.26
+++ smtp.c 26 Jan 2009 13:38:13 -0000 1.27
@@ -1,7 +1,7 @@
/*
* smtp.c -- nmh SMTP interface
*
- * $Id: smtp.c,v 1.26 2009/01/21 19:38:36 kenh Exp $
+ * $Id: smtp.c,v 1.27 2009/01/26 13:38:13 bress Exp $
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
@@ -144,7 +144,6 @@
static int sm_fwrite(char *, int);
static int sm_fputs(char *);
static int sm_fputc(int);
-static int sm_fgetc(FILE *);
static void sm_fflush(void);
static int sm_fgets(char *, int, FILE *);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] nmh/mts/smtp smtp.c,
Josh Bressers <=