aboutsummaryrefslogtreecommitdiffstats
path: root/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform.h')
-rw-r--r--platform.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform.h b/platform.h
index 24731ac..08ec368 100644
--- a/platform.h
+++ b/platform.h
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2010 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
@@ -28,6 +28,7 @@
#ifndef PLATFORM_H
#define PLATFORM_H
-char * hardware_platform(void);
+char *hardware_platform(void);
+int check_ipv6(const char *);
#endif