Browse code

added definition of binhexBegin

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@189 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/01/15 03:03:44
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Jan 14 18:03:17 GMT 2004 (njh)
2
+----------------------------------
3
+  * libclamav: added definition of binhexBegin
4
+
1 5
 Wed Jan 14 10:09:30 GMT 2004 (njh)
2 6
 ----------------------------------
3 7
   * libclamav: blobGetData now allows contents to be changed - tuttut
... ...
@@ -14,6 +14,11 @@
14 14
  *  You should have received a copy of the GNU General Public License
15 15
  *  along with this program; if not, write to the Free Software
16 16
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
+ *
18
+ * $Log: message.h,v $
19
+ * Revision 1.4  2004/01/14 18:02:55  nigelhorne
20
+ * added definition of binhexBegin
21
+ *
17 22
  */
18 23
 
19 24
 #ifndef	_MESSAGE_H
... ...
@@ -49,5 +54,6 @@ void	messageClean(message *m);
49 49
 blob	*messageToBlob(const message *m);
50 50
 text	*messageToText(const message *m);
51 51
 const	text	*uuencodeBegin(const message *m);
52
+const	text	*binhexBegin(const message *m);
52 53
 
53 54
 #endif	/*_MESSAGE_H*/