summaryrefslogtreecommitdiff
path: root/lib/supplemental.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/supplemental.h')
-rw-r--r--lib/supplemental.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/supplemental.h b/lib/supplemental.h
index 446d70927a..06b099192c 100644
--- a/lib/supplemental.h
+++ b/lib/supplemental.h
@@ -21,15 +21,14 @@
*/
#ifndef GNUTLS_LIB_SUPPLEMENTAL_H
-#define GNUTLS_LIB_SUPPLEMENTAL_H
+# define GNUTLS_LIB_SUPPLEMENTAL_H
-#include "gnutls_int.h"
+# include "gnutls_int.h"
int _gnutls_parse_supplemental(gnutls_session_t session,
const uint8_t * data, int data_size);
-int _gnutls_gen_supplemental(gnutls_session_t session,
- gnutls_buffer_st * buf);
+int _gnutls_gen_supplemental(gnutls_session_t session, gnutls_buffer_st * buf);
void _gnutls_supplemental_deinit(void);
-#endif /* GNUTLS_LIB_SUPPLEMENTAL_H */
+#endif /* GNUTLS_LIB_SUPPLEMENTAL_H */