Wireshark-commits: [Wireshark-commits] master b33512b: Move capture_session.h to capchild; what it

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 30 Jun 2014 05:09:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b33512b704eae1716939cd493ecac85998039f07
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b33512b by Guy Harris (guy@xxxxxxxxxxxx):

    Move capture_session.h to capchild; what it declares is defined there.
    
    Change-Id: I8b1407839390b7ac0b45bf6f583c1a509073f002
    Reviewed-on: https://code.wireshark.org/review/2709
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  df58337   Move capture_ui_utils.[ch] to libui.
    adds  b33512b   Move capture_session.h to capchild; what it declares is defined there.


Summary of changes:
 Makefile.common                                 |   11 -----------
 capchild/Makefile.common                        |    1 +
 capchild/capture_ifinfo.c                       |    2 +-
 capture_session.h => capchild/capture_session.h |    6 +++---
 capture.h                                       |    2 +-
 capture_info.h                                  |    2 +-
 dumpcap.c                                       |    2 +-
 echld/echld-int.h                               |    2 +-
 tshark.c                                        |    2 +-
 ui/capture_globals.h                            |    2 +-
 ui/gtk/capture_if_dlg.c                         |    2 +-
 ui/gtk/main_80211_toolbar.c                     |    2 +-
 ui/gtk/main_statusbar.c                         |    2 +-
 ui/qt/main_window.cpp                           |    2 +-
 ui/qt/main_window.h                             |    2 +-
 ui/qt/wireshark_application.h                   |    2 +-
 16 files changed, 17 insertions(+), 27 deletions(-)
 rename capture_session.h => capchild/capture_session.h (94%)