bdsm.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. //---------------------------------------------------------------------------
  2. // __________________ _________ _____ _____ .__ ._.
  3. // \______ \______ \ / _____/ / \ / _ \ |__| ____ | |
  4. // | | _/| | \ \_____ \ / \ / \ / /_\ \| _/ __ \ | |
  5. // | | \| ` \/ / Y \ / | | \ ___/ \|
  6. // |______ /_______ /_______ \____|__ / /\ \____|__ |__|\___ | __
  7. // \/ \/ \/ \/ )/ \/ \/ \/
  8. //
  9. // This file is part of libdsm. Copyright © 2014 VideoLabs SAS
  10. //
  11. // Author: Julien 'Lta' BALLET <contact@lta.io>
  12. //
  13. // This program is free software. It comes without any warranty, to the extent
  14. // permitted by applicable law. You can redistribute it and/or modify it under
  15. // the terms of the Do What The Fuck You Want To Public License, Version 2, as
  16. // published by Sam Hocevar. See the COPYING file for more details.
  17. //----------------------------------------------------------------------------
  18. #ifndef __BDSM_H_
  19. #define __BDSM_H_
  20. #define BDSM_VERSION_CURRENT 0
  21. #define BDSM_VERSION_REVISION 0
  22. #define BDSM_VERSION_AGE 0
  23. #include "bdsm/context.h"
  24. #include "bdsm/netbios_utils.h"
  25. #include "bdsm/netbios_session.h"
  26. #include "bdsm/smb_session.h"
  27. #include "bdsm/smb_ntlm.h"
  28. #include "bdsm/smb_share.h"
  29. #include "bdsm/smb_file.h"
  30. #endif