diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-03-08 19:31:50 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-03-08 19:31:50 +0000 |
commit | b5eec8f7a327381e5565390e6551a59b7b758f77 (patch) | |
tree | 67ea560ccc87a2cb75c5fec61678e0ce65c17009 /doc | |
parent | 36e7b3067c71271cf94ef0252465a25e36062411 (diff) | |
download | wireshark-b5eec8f7a327381e5565390e6551a59b7b758f77.tar.gz wireshark-b5eec8f7a327381e5565390e6551a59b7b758f77.tar.bz2 wireshark-b5eec8f7a327381e5565390e6551a59b7b758f77.zip |
More editing.
svn path=/trunk/; revision=13663
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.plugins | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.plugins b/doc/README.plugins index b40beacd49..6b79a3e26d 100644 --- a/doc/README.plugins +++ b/doc/README.plugins @@ -74,8 +74,9 @@ Here is a sample code for the function: proto_reg_handoff_xxx(); -As you can see the plugin_reg_handoff and plugin_register are just -wrappers for the proto_reg_handoff_xxx and proto_register_xxx functions. +As you can see, the plugin_reg_handoff and plugin_register functions are +just wrappers for the proto_reg_handoff_xxx and proto_register_xxx +functions. 4 Directory structure and other file changes |