Ian Jauslin
summaryrefslogtreecommitdiff
path: root/src/rcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcc.h')
-rw-r--r--src/rcc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rcc.h b/src/rcc.h
index 770309c..6beeee2 100644
--- a/src/rcc.h
+++ b/src/rcc.h
@@ -1,5 +1,5 @@
/*
-Copyright 2015 Ian Jauslin
+Copyright 2015-2022 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -28,6 +28,7 @@ int free_RCC(RCC rccs);
int RCC_set_elem(long double value, int index, RCC* rcc, int pos);
// copy
int RCC_cpy(RCC input,RCC* output);
+int RCC_cpy_noinit(RCC input,RCC* output);
// concatenate 2 rccs
int RCC_concat(RCC rccs1, RCC rccs2, RCC* output);
// append an rcc to another