#include "foo.h"

int 
foo (struct bar *bar_ptr)
{
    return 1;
}
