#!/bin/bash

proto -ev *.c |
perl -n -e '/^extern\s+struct\s+\w+\s*;\s*$/ || print;' >proto.h

