Skip to content
Snippets Groups Projects
net.hh 274 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * Copyright (C) 2013 Cloudius Systems, Ltd.
     *
     * This work is open source software, licensed under the terms of the
     * BSD license as described in the LICENSE file in the top-level directory.
     */
    
    
    Guy Zana's avatar
    Guy Zana committed
    #ifndef NET_HH
    #define NET_HH
    
    
    Guy Zana's avatar
    Guy Zana committed
    void net_init(void);
    
    Guy Zana's avatar
    Guy Zana committed
    
    
    #endif // NET_HH