Changeset aefdccd in mainline for uspace/app/nav/nav.h


Ignore:
Timestamp:
2025-10-20T06:14:54Z (7 weeks ago)
Author:
GitHub <noreply@…>
Parents:
adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
git-committer:
GitHub <noreply@…> (2025-10-20 06:14:54)
Message:

Merge branch 'HelenOS:master' into ticket/packet-capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/nav.h

    radbd7e1 raefdccd  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2025 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3838
    3939#include <errno.h>
     40#include <fmgt.h>
     41#include "types/dlg/progress.h"
    4042#include "types/nav.h"
    4143#include "types/panel.h"
     44
     45extern progress_dlg_cb_t navigator_progress_cb;
    4246
    4347extern errno_t navigator_create(const char *, navigator_t **);
     
    4650extern panel_t *navigator_get_active_panel(navigator_t *);
    4751extern void navigator_switch_panel(navigator_t *);
     52extern void navigator_refresh_panels(navigator_t *);
     53extern errno_t navigator_worker_start(navigator_t *, void (*)(void *),
     54    void *);
     55extern fmgt_error_action_t navigator_io_error_query(void *, fmgt_io_error_t *);
    4856
    4957#endif
Note: See TracChangeset for help on using the changeset viewer.