#ifndef MENU_INCLUDE #define MENU_INCLUDE /*------------------------------------------------------ Maximum likelihood estimation of migration rate and effectice population size using a Metropolis-Hastings Monte Carlo algorithm ------------------------------------------------------- M E N U R O U T I N E S presents the menu and its submenus. Peter Beerli 1996, Seattle beerli@scs.fsu.edu Copyright 1996-2002 Peter Beerli and Joseph Felsenstein, Seattle WA Copyright 2003-2004 Peter Beerli, Tallahassee FL $Id: menu.h 514 2006-11-09 20:14:08Z beerli $ -------------------------------------------------------*/ #include "migration.h" extern void print_menu_title (FILE * file, option_fmt * options); extern void print_menu_accratio (long a, long b, world_fmt *world); extern long print_title (world_fmt * world, option_fmt * options); extern void get_menu (option_fmt * options); extern char * is_priortype(int priorset); extern char * is_proposaltype(boolean proposalset); #endif /*MENU_INCLUDE */