aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-05-15 10:25:07 +0200
committerBjørn Mork <bjorn@mork.no>2015-05-15 10:25:07 +0200
commit35294332b2e75151b4b614719ee6522e1afd8748 (patch)
treefde51b865f9a08ebd3ef87bc382dec5bb165f4c9 /include/libbb.h
parent02013228914a1d17e8df15d4e2b7950469395a5c (diff)
ripe-atlas-fw: imported version 45504550
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 1231b31..229634d 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -302,7 +302,7 @@ extern char *bb_get_last_path_component_strip(char *path) FAST_FUNC;
/* "abc/def/" -> "" and it never modifies 'path' */
extern char *bb_get_last_path_component_nostrip(const char *path) FAST_FUNC;
-/* What's the best place for this? */
+/* What's the best place for this? AA may be atlas_probe.h */
#define ATLAS_HOME "/home/atlas"
#define ATLAS_CRONS ATLAS_HOME "/crons"
#define ATLAS_STATUS ATLAS_HOME "/status"
@@ -312,6 +312,7 @@ extern char *bb_get_last_path_component_nostrip(const char *path) FAST_FUNC;
#define ATLAS_TIMESYNC_FILE ATLAS_STATUS "/timesync.vol"
extern int validate_filename(const char *path, const char *prefix);
+extern int validate_atlas_id(const char *atlas_id);
int ndelay_on(int fd) FAST_FUNC;
int ndelay_off(int fd) FAST_FUNC;