Ignore:
Timestamp:
Apr 17, 2011, 10:28:05 AM (12 years ago)
Author:
Sam Hocevar
Message:

Fuck the history, I'm renaming all .hpp files to .h for my own sanity.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/net/netdrv.h

    • Property svn:keywords set to Id
    r480 r481  
    33
    44#error hi
    5 #include "netface.hpp"
     5#include "netface.h"
    66#include <unistd.h>
    7 #include "undrv.hpp"
     7#include "undrv.h"
    88// these are the names of the fifos to create in tmp
    99// that communitcate with the engine
     
    1515
    1616#define DLOCK_NAME "/tmp/.abuse_ndrv_lock"
    17 #include "sock.hpp"
     17#include "sock.h"
    1818
    1919
Note: See TracChangeset for help on using the changeset viewer.