[Olsr-cvs] olsrd-current/lib/secure/src olsrd_secure.c,1.26,1.27

Bernd Petrovitsch (spam-protected)
Thu Aug 2 16:37:11 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/lib/secure/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23765/lib/secure/src

Modified Files:
	olsrd_secure.c 
Log Message:
* also use on the function definition "static"

Index: olsrd_secure.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/secure/src/olsrd_secure.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** olsrd_secure.c	15 Jul 2007 21:47:17 -0000	1.26
--- olsrd_secure.c	2 Aug 2007 14:37:09 -0000	1.27
***************
*** 258,262 ****
  
  /* XXX - ToDo */
! int
  ifchange(struct interface *ifn, int action)
  {
--- 258,262 ----
  
  /* XXX - ToDo */
! static int
  ifchange(struct interface *ifn, int action)
  {
***************
*** 291,295 ****
  
  
! void
  packet_parser(int fd)
  {
--- 291,295 ----
  
  
! static void
  packet_parser(int fd)
  {
***************
*** 408,412 ****
   *
   */
! int
  check_auth(char *pck, int *size __attribute__((unused)))
  {
--- 408,412 ----
   *
   */
! static int
  check_auth(char *pck, int *size __attribute__((unused)))
  {
***************
*** 1167,1171 ****
   *
   */
! int
  send_rres(union olsr_ip_addr *to, union olsr_ip_addr *from, olsr_u32_t chal_in)
  {
--- 1167,1171 ----
   *
   */
! static int
  send_rres(union olsr_ip_addr *to, union olsr_ip_addr *from, olsr_u32_t chal_in)
  {
***************
*** 1237,1241 ****
  
  
! struct stamp *
  lookup_timestamp_entry(union olsr_ip_addr *adr)
  {
--- 1237,1241 ----
  
  
! static struct stamp *
  lookup_timestamp_entry(union olsr_ip_addr *adr)
  {
***************
*** 1307,1311 ****
  
  
! int
  read_key_from_file(char *file)
  {
--- 1307,1311 ----
  
  
! static int
  read_key_from_file(char *file)
  {





More information about the Olsr-cvs mailing list