Skip to content

Commit

Permalink
Affyio: more static functions required
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 27, 2010
1 parent ebc67c3 commit 3df9eaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/clibs/affyio/src/read_cdf_xda.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ int read_cdf_unit(cdf_unit *my_unit,int filelocation,FILE *instream){
**
*************************************************************************/

static void dealloc_cdf_xda(cdf_xda *my_cdf){
void dealloc_cdf_xda(cdf_xda *my_cdf){

int i;

Expand Down Expand Up @@ -367,7 +367,7 @@ static void dealloc_cdf_xda(cdf_xda *my_cdf){
**
*************************************************************/

static int read_cdf_xda(const char *filename,cdf_xda *my_cdf){
int read_cdf_xda(const char *filename,cdf_xda *my_cdf){

FILE *infile;

Expand Down
2 changes: 1 addition & 1 deletion src/clibs/affyio/src/read_cdffile2.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ int read_cdf_text(const char *filename, cdf_text *mycdf){



static void dealloc_cdf_text(cdf_text *my_cdf){
void dealloc_cdf_text(cdf_text *my_cdf){
int i,j,k;


Expand Down

0 comments on commit 3df9eaf

Please sign in to comment.