File: gman.h

package info (click to toggle)
gman 0.9.3-5.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 652 kB
  • sloc: ansic: 7,389; makefile: 131; perl: 105
file content (14 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/******************** context.h ********************/

#ifndef _GMAN_H
#define _GMAN_H

#include "context.h"
#include <pthread.h>

extern pthread_mutex_t gtk_lock;
extern pthread_mutex_t context_lock;
extern pthread_mutex_t loading_man_path_lock;
extern AppContext * context;
extern int debuging;
#endif