aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-19 11:52:18 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-19 11:52:18 -0700
commit1a87f44325327aff426118da1d9fdf8ac01f67a9 (patch)
tree309b3e63d6baef111ebab8493b793ac54e7b2720 /common.h
parentc8bc535f22d04f12b34e9722839764dcc9198871 (diff)
Re-implement $history variable
Added -L option to set to mean "don't abbreviate"
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 4c24afdb..0055cc67 100644
--- a/common.h
+++ b/common.h
@@ -739,6 +739,7 @@ double timef();
This is our replacement for pthread_main_np().
*/
void set_main_thread();
+bool is_main_thread();
/** Set up a guard to complain if we try to do certain things (like take a lock) after calling fork */
void setup_fork_guards(void);