aboutsummaryrefslogtreecommitdiff
path: root/src/math/arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/arg.h')
-rw-r--r--src/math/arg.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/math/arg.h b/src/math/arg.h
index 65ea311..55e1b19 100644
--- a/src/math/arg.h
+++ b/src/math/arg.h
@@ -2,7 +2,24 @@
* ecgen, tool for generating Elliptic curve domain parameters
* Copyright (C) 2017 J08nY
*/
+/**
+ * @file arg.h
+ */
#ifndef ECGEN_ARG_H
#define ECGEN_ARG_H
+#include "types.h"
+
+/**
+ * @brief
+ * @return
+ */
+arg_t *arg_new();
+
+/**
+ * @brief
+ * @param arg
+ */
+void arg_free (arg_t **arg);
+
#endif // ECGEN_ARG_H