X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Ftool.hh;h=cfc31bb057875094089a6844f5aec18eeeb42874;hb=16b4d690e1a97837a883abe60d30b5cd032be935;hp=acb30ec35eb585840b350dfb7a0513387a88cc31;hpb=ea4c19a49ff6621c58e0c4bba5ab5d271a3604c8;p=h316.git diff --git a/pc-tools/ldc2/src/tool.hh b/pc-tools/ldc2/src/tool.hh index acb30ec..cfc31bb 100644 --- a/pc-tools/ldc2/src/tool.hh +++ b/pc-tools/ldc2/src/tool.hh @@ -7,6 +7,10 @@ using namespace std; extern int dump_vector(vector strings); -extern int dump_vector_err(vector strings); +extern int dump_vector_fp(vector strings, FILE * fp); + +template +extern void merge_vector_unique(vector &target, const vector & source); + #endif