Skip to content

Commit

Permalink
dbcheck: seperating helper functions from main file
Browse files Browse the repository at this point in the history
Moved helper functions to another file, and changed certain functions arguments
  • Loading branch information
alaaeddineelamri committed Sep 22, 2021
1 parent ec7f672 commit 80f0abf
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 266 deletions.
4 changes: 2 additions & 2 deletions core/src/dird/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ if(HAVE_WIN32)
)
endif()

set(DBCHKSRCS dbcheck.cc dird_conf.cc dird_globals.cc ua_acl.cc ua_audit.cc
run_conf.cc inc_conf.cc
set(DBCHKSRCS dbcheck.cc dbcheck_utils.cc dird_conf.cc dird_globals.cc
ua_acl.cc ua_audit.cc run_conf.cc inc_conf.cc
)
if(HAVE_WIN32)
list(APPEND DBCHKSRCS ../win32/dird/dbcheckres.rc)
Expand Down

0 comments on commit 80f0abf

Please sign in to comment.