nssb64t.h 466 B

12345678910111213141516
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. /*
  5. * Public data structures for base64 encoding/decoding.
  6. */
  7. #ifndef _NSSB64T_H_
  8. #define _NSSB64T_H_
  9. #include "utilrename.h"
  10. typedef struct NSSBase64DecoderStr NSSBase64Decoder;
  11. typedef struct NSSBase64EncoderStr NSSBase64Encoder;
  12. #endif /* _NSSB64T_H_ */