Mercurial > repos > ktnyt > gembassy
diff GEMBASSY-1.0.3/include/gfile.h @ 0:8300eb051bea draft
Initial upload
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:19:29 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GEMBASSY-1.0.3/include/gfile.h Fri Jun 26 05:19:29 2015 -0400 @@ -0,0 +1,25 @@ +#ifndef gfile_h +#define gfile_h + +#include "emboss.h" +#include "curl/curl.h" +#include "curl/easy.h" + +#include "gpost.h" + +/* +** Prototype definitions +*/ + +AjBool gValID(AjPStr id); +AjBool gStrAppendURLS(AjPStr url, AjPStr* string); +AjBool gStrAppendURLC(char* url, AjPStr* string); +AjBool gFileOutURLS(AjPStr url, AjPFile* outf); +AjBool gFileOutURLC(char* url, AjPFile* outf); +AjBool gFilebuffURLS(AjPStr url, AjPFilebuff* buff); +AjBool gFilebuffURLC(char* url, AjPFilebuff* buff); +AjBool gFormatGenbank(AjPSeq seq, AjPStr *str); +void gAssignUniqueName(AjPStr *string); +AjPStr gCreateUniqueName(); + +#endif