chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Generate the CRC table rather than hardcoding it.
[mLib]
/
base64.h
diff --git
a/base64.h
b/base64.h
index 09bca75d59c1af6efc7810b6ffba78d9f6e11f6a..18a1314b19b3b245b43645c1454599ab18a6db6c 100644
(file)
--- a/
base64.h
+++ b/
base64.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: base64.h,v 1.
2 1999/05/18 21:45:27
mdw Exp $
+ * $Id: base64.h,v 1.
3 1999/12/10 23:42:04
mdw Exp $
*
* Base64 encoding and decoding
*
*
* Base64 encoding and decoding
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: base64.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: base64.h,v $
+ * Revision 1.3 1999/12/10 23:42:04 mdw
+ * Change header file guard names.
+ *
* Revision 1.2 1999/05/18 21:45:27 mdw
* Allow Base64 encode and decode of arbitrary rubbish.
*
* Revision 1.2 1999/05/18 21:45:27 mdw
* Allow Base64 encode and decode of arbitrary rubbish.
*
@@
-38,8
+41,8
@@
*
*/
*
*/
-#ifndef BASE64_H
-#define BASE64_H
+#ifndef
MLIB_
BASE64_H
+#define
MLIB_
BASE64_H
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
extern "C" {