More const stuff.

This commit is contained in:
Dianne Skoll
2025-07-21 18:46:31 -04:00
parent 609b68ab21
commit ea5e8c90ff
15 changed files with 45 additions and 59 deletions

View File

@@ -97,7 +97,7 @@ char const *SimpleTimeNoSpace(int tim)
return s;
}
static void del_reminder(QueuedRem *qid)
static void del_reminder(QueuedRem const *qid)
{
QueuedRem *q = QueueHead;
QueuedRem *next;
@@ -137,7 +137,7 @@ static void del_reminder_ul(unsigned long qid) {
/* */
/***************************************************************/
int QueueReminder(ParsePtr p, Trigger *trig,
TimeTrig *tim, char const *sched)
TimeTrig const *tim, char const *sched)
{
QueuedRem *qelem;