From 4df01201d5f731703535da3b681d04d7c1cb44ad Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Sat, 16 Jan 2010 21:58:24 +0000 Subject: Added the assign_protein_type function declaration without implementation. --- diff --git a/src/assign_protein_type.c b/src/assign_protein_type.c new file mode 100644 index 0000000..2ba59a7 --- a/dev/null +++ b/src/assign_protein_type.c @@ -0,0 +1,8 @@ +#include "assign_protein_type.h" + +void +assign_protein_type (hid_t file_id) +{ + + return; +} diff --git a/src/assign_protein_type.h b/src/assign_protein_type.h new file mode 100644 index 0000000..312b774 --- a/dev/null +++ b/src/assign_protein_type.h @@ -0,0 +1,12 @@ +#ifndef ASSIGN_PROTEIN_TYPE_H +#define ASSIGN_PROTEIN_TYPE_H + +#include + +/* + * Determine the protein type for each protein sequence record. + */ +void +assign_protein_type (hid_t file_id); + +#endif // ASSIGN_PROTEIN_TYPE_H -- cgit v0.8.3.1-22-g547a