* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "m_name.h"
+#include "seq_list.h"
+#include "seq_getnum.h"
+#include "h/utils.h"
/* allocate this much buffer space at a time */
#define MAXBUFFER 1024
if (!strcmp (current, seqname)) {
if (mp->curmsg) {
snprintf(buffer, len, "%s", m_name(mp->curmsg));
- return (buffer);
+ return buffer;
}
- return (NULL);
+ return NULL;
}
/* If the folder is empty, just return NULL */
bp += strlen(bp);
}
}
- return (bp > buffer? buffer : NULL);
+ return bp > buffer ? buffer : NULL;
}