Browse Source

Fix missing declaration

Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha2
falkTX 5 years ago
parent
commit
681fd1dd54
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/includes/CarlaLibJackHints.h

+ 2
- 0
source/includes/CarlaLibJackHints.h View File

@@ -49,6 +49,8 @@ enum InterposerAction {
LIBJACK_INTERPOSER_ACTION_CLOSE_EVERYTHING,
};

int jack_carla_interposed_action(uint action, uint value, void* ptr);

#ifdef __cplusplus
}
#endif


Loading…
Cancel
Save