Skip to content

Commit

Permalink
s4:ntvfs/posix: fix forward declaration of struct pvfs_state
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Ralph Boehme <[email protected]>
  • Loading branch information
metze-samba authored and slowfranklin committed Aug 20, 2015
1 parent 72e0885 commit f8fca7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/ntvfs/posix/posix_eadb.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

struct pvfs_state *pvfs;
struct pvfs_state;
#include "source4/ntvfs/posix/posix_eadb_proto.h"

0 comments on commit f8fca7d

Please sign in to comment.