summaryrefslogtreecommitdiffstats
path: root/libexec/xtend/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/xtend/packet.c')
-rw-r--r--libexec/xtend/packet.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c
index ec67c94..bdef357 100644
--- a/libexec/xtend/packet.c
+++ b/libexec/xtend/packet.c
@@ -27,10 +27,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <stdio.h>
#include <sys/time.h>
#include "xtend.h"
@@ -55,6 +58,7 @@ char *X10cmdnames[] = {
* Log a packet and update device status accordingly
*/
+void
logpacket(p)
unsigned char *p;
{
@@ -72,6 +76,7 @@ unsigned char *p;
* in core and on disk.
*/
+void
processpacket(p)
unsigned char *p;
{
OpenPOWER on IntegriCloud