1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

A couple of small changes with filenames in file headers. 'output.c' -> 'output.h', 'rpc.cc' -> 'nmap_rpc.cc', 'rpc.h' -> 'nmap_rpc.h'

This commit is contained in:
kris
2007-01-27 02:34:13 +00:00
parent 811df5594f
commit 71ed5177c4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
/***************************************************************************
* output.c -- Handles the Nmap output system. This currently involves *
* output.h -- Handles the Nmap output system. This currently involves *
* console-style human readable output, XML output, Script |<iddi3 *
* output, and the legacy greppable output (used to be called "machine *
* readable"). I expect that future output forms (such as HTML) may be *