diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-25 23:34:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-25 23:34:48 +0000 |
commit | ec087df15474591dc8fe5694f8970f9c859a28b5 (patch) | |
tree | e172a5dceabc6008423045b6f45071c8eaad8638 /smtp.h | |
parent | f7fe2912031909c9cc61cdb6d6cead89326c515a (diff) | |
download | fetchmail-ec087df15474591dc8fe5694f8970f9c859a28b5.tar.gz fetchmail-ec087df15474591dc8fe5694f8970f9c859a28b5.tar.bz2 fetchmail-ec087df15474591dc8fe5694f8970f9c859a28b5.zip |
Comment cleaning.
svn path=/trunk/; revision=388
Diffstat (limited to 'smtp.h')
-rw-r--r-- | smtp.h | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,15 +1,9 @@ -/* Copyright 1996 by Eric S. Raymond - * All rights reserved. +/* + * smtp.h -- prototypes for smtp handling code + * * For license terms, see the file COPYING in this directory. */ -/*********************************************************************** - module: smtp.h - project: fetchmail - description: Prototypes for smtp handling code. - - ***********************************************************************/ - #ifndef _POPSMTP_ #define _POPSMTP_ |