Fix cleanup and diff.
[nethome.git] / bin / kernel / ctagskernelh
1 #! /bin/bash
2 #
3 # $Id$
4 #
5 # Create 'tags' file in the current directory from its subdirectories.
6 # Use for .h without .c: Prototype declarations ARE included.
7
8
9 kernelsrc|ctags --c-types=+px --file-tags -L - "$@"