summaryrefslogtreecommitdiffstats
path: root/public/oak/inc/prochdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'public/oak/inc/prochdr.c')
-rw-r--r--public/oak/inc/prochdr.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/public/oak/inc/prochdr.c b/public/oak/inc/prochdr.c
new file mode 100644
index 000000000..60206f799
--- /dev/null
+++ b/public/oak/inc/prochdr.c
@@ -0,0 +1,30 @@
+
+return-type
+procedure-name(
+ direction type-name argument-name,
+ direction type-name argument-name...
+ )
+
+/*++
+
+Routine Description:
+
+ description-of-function.
+
+Arguments:
+
+ argument-name - Supplies | Returns description of argument.
+ .
+ .
+
+Return Value:
+
+ return-value - Description of conditions needed to return value. - or -
+ None.
+
+--*/
+
+{
+
+
+}