Mercurial > repos > ktnyt > gembassy
diff GEMBASSY-1.0.3/include/gfile.h @ 2:8947fca5f715 draft default tip
Uploaded
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:21:44 -0400 |
parents | 84a17b3fad1f |
children |
line wrap: on
line diff
--- a/GEMBASSY-1.0.3/include/gfile.h Fri Jun 26 05:20:29 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -#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