Changeset 984


Ignore:
Timestamp:
Nov 10, 2016, 4:57:43 PM (8 years ago)
Author:
Yuri Dario
Message:

Minor code cleaning.

Location:
trunk/client/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/client/src/dircache.c

    r983 r984  
    1111
    1212#include "dircache.h"
    13 #include "smbwrp.h"
    1413
    1514PLUGINHELPERTABLE2L *ph;
  • TabularUnified trunk/client/src/dircache.h

    r983 r984  
    66#ifndef __DIRCACHE_H__
    77#define __DIRCACHE_H__
     8
     9#ifdef __cplusplus
     10extern "C" {
     11#endif
    812
    913#include <limits.h>
     
    5357                         int fParent);
    5458
     59#ifdef __cplusplus
     60}
     61#endif
     62
    5563#endif // __DIRCACHE_H__
Note: See TracChangeset for help on using the changeset viewer.