[pisa-src] r1018 - trunk/include

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 06 Oct 2009 12:15:24 +0200

Author: tjansen
Date: Tue Oct  6 12:15:24 2009
New Revision: 1018

Log:
Removed unused function prototypes from util.h.

Modified:
   trunk/include/util.h

Modified: trunk/include/util.h
==============================================================================
--- trunk/include/util.h        Tue Oct  6 11:40:59 2009        (r1017)
+++ trunk/include/util.h        Tue Oct  6 12:15:24 2009        (r1018)
@@ -30,8 +30,6 @@
 # define PISA_CREATE_FILE(x)   open((x), O_RDWR | O_CREAT, 0644)
 #endif
 
-struct timeval;
-
 /**
  * Use this macro to detect failures and exit function in case
  * of such. Variable 'err' must be defined, usually type int.
@@ -127,10 +125,6 @@
 
 int pisa_maxInt(const int a,const int b);
 int pisa_maxof(int num_args, ...);
-int hip_timeval_diff(const struct timeval *t1, const struct timeval *t2,
-                    struct timeval *result);
-char* hip_in6_ntop(const struct in6_addr *in6, char *buf);
-int hip_in6_ntop2(const struct in6_addr *in6, char *buf);
 
 #ifndef __KERNEL__
 int pisa_build_digest(const int type, const void *in, int in_len, void *out);

Other related posts:

  • » [pisa-src] r1018 - trunk/include - Thomas Jansen