summaryrefslogtreecommitdiff
path: root/bcc/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/proto.h')
-rw-r--r--bcc/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc/proto.h b/bcc/proto.h
index e4a6b38..d5bbb7d 100644
--- a/bcc/proto.h
+++ b/bcc/proto.h
@@ -362,6 +362,6 @@ struct typestruct *pointype P((struct typestruct *type));
struct typestruct *prefix P((constr_pt constructor, uoffset_T size,
struct typestruct *type));
struct typestruct *promote P((struct typestruct *type));
+struct typestruct *tosigned P((struct typestruct *type));
struct typestruct *tounsigned P((struct typestruct *type));
void typeinit P((void));
-