#!/bin/sh -
exec find * -name '*.h' -exec egrep "^struct[ 	]*$1" /dev/null {} \;
